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

Method xmin

gecode/set/rel/lq.hpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166 forceinline bool
167 CharacteristicSets::xmin(unsigned int i) const {
168 return get(2*i);
169 }
170 forceinline bool
171 CharacteristicSets::xmax(unsigned int i) const {
172 return get(2*i+1);

Callers 1

propagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected