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

Method nq

gecode/int/var-imp/int.hpp:407–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 }
406
407 forceinline ModEvent
408 IntVarImp::nq(Space& home, int n) {
409 if ((n < dom.min()) || (n > dom.max()))
410 return ME_INT_NONE;
411 return nq_full(home,n);
412 }
413 forceinline ModEvent
414 IntVarImp::nq(Space& home, long long int d) {
415 if ((d < dom.min()) || (d > dom.max()))

Callers

nothing calls this directly

Calls 2

minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected