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

Method reschedule

gecode/int/var-imp/bool.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void
68 BoolVarImp::reschedule(Space& home, Propagator& p, PropCond) {
69 BoolVarImpBase::reschedule(home,p,PC_BOOL_VAL,assigned());
70 }
71
72 void
73 BoolVarImp::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