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

Method lq

gecode/int/gcc/view.hpp:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 return ME_INT_NONE;
252 }
253 forceinline ModEvent
254 CardConst::lq(Space&, int n) {
255 if (_min > n)
256 return ME_INT_FAILED;
257 return ME_INT_NONE;
258 }
259 forceinline ModEvent
260 CardConst::gq(Space&, int n) {
261 if (_max < n)

Callers 9

prop_cardFunction · 0.45
min_requireMethod · 0.45
narrowMethod · 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