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

Method gq

gecode/int/gcc/view.hpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 return ME_INT_NONE;
258 }
259 forceinline ModEvent
260 CardConst::gq(Space&, int n) {
261 if (_max < n)
262 return ME_INT_FAILED;
263 return ME_INT_NONE;
264 }
265 forceinline ModEvent
266 CardConst::eq(Space&, int n) {
267 if ((_min > n) || (_max < n))

Callers 7

prop_cardFunction · 0.45
postSideConstraintsFunction · 0.45
prop_valFunction · 0.45
lbcMethod · 0.45
ubcMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected