MCPcopy Create free account
hub / github.com/Gecode/gecode / set

Method set

gecode/set/rel/lq.hpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 return b.get(i);
128 }
129 forceinline void
130 CharacteristicSets::set(unsigned int i, bool j) {
131 if (j)
132 b.set(i);
133 else
134 b.clear(i);
135 }
136 forceinline unsigned int
137 CharacteristicSets::size(void) const {
138 return xsize;

Callers 2

lq.hppFile · 0.45
uniqueMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected