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

Method reschedule

gecode/float/var-imp/float.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 void
56 FloatVarImp::reschedule(Space& home, Propagator& p, PropCond pc) {
57 FloatVarImpBase::reschedule(home,p,pc,assigned());
58 }
59
60 void
61 FloatVarImp::subscribe(Space& home, Advisor& a, bool fail) {

Callers

nothing calls this directly

Calls 2

rescheduleFunction · 0.85
assignedFunction · 0.85

Tested by

no test coverage detected