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

Method get

gecode/set/rel/lq.hpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125 forceinline bool
126 CharacteristicSets::get(unsigned int i) const {
127 return b.get(i);
128 }
129 forceinline void
130 CharacteristicSets::set(unsigned int i, bool j) {
131 if (j)

Callers 3

symmetricMethod · 0.45
lq.hppFile · 0.45
operator++Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected