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

Method eq

gecode/int/gcc/view.hpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 return ME_INT_NONE;
264 }
265 forceinline ModEvent
266 CardConst::eq(Space&, int n) {
267 if ((_min > n) || (_max < n))
268 return ME_INT_FAILED;
269 return ME_INT_NONE;
270 }
271
272 forceinline void
273 CardConst::subscribe(Space&, Propagator&, PropCond, bool) {}

Callers 5

min_requireMethod · 0.45
narrowMethod · 0.45
prop_valFunction · 0.45
propagateMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected