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

Method reschedule

gecode/set/var-imp/set.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 SetVarImpBase::subscribe(home,a,assigned(),fail);
147 }
148 void
149 SetVarImp::reschedule(Space& home, Propagator& p, PropCond pc) {
150 SetVarImpBase::reschedule(home,p,pc,assigned());
151 }
152
153
154}}

Callers

nothing calls this directly

Calls 2

rescheduleFunction · 0.85
assignedFunction · 0.85

Tested by

no test coverage detected