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

Method ymin

gecode/set/rel/lq.hpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 return get(2*i+1);
173 }
174 forceinline bool
175 CharacteristicSets::ymin(unsigned int i) const {
176 return get(2*xsize+2*i);
177 }
178 forceinline bool
179 CharacteristicSets::ymax(unsigned int i) const {
180 return get(2*xsize+2*i+1);

Callers 1

propagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected