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

Method reschedule

gecode/int/var-imp/int.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 }
366
367 void
368 IntVarImp::reschedule(Space& home, Propagator& p, PropCond pc) {
369 IntVarImpBase::reschedule(home,p,pc,dom.min()==dom.max());
370 }
371
372 void
373 IntVarImp::subscribe(Space& home, Advisor& a, bool fail) {

Callers

nothing calls this directly

Calls 3

rescheduleFunction · 0.85
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected