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

Method reschedule

gecode/kernel/var-imp.hpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 Gecode::VarImp<Gecode::Int::IntVarImpConf>::schedule(home,p,me);
254 }
255 forceinline void
256 IntVarImpBase::reschedule(Gecode::Space& home, Gecode::Propagator& p, Gecode::PropCond pc, bool assigned) {
257 Gecode::VarImp<Gecode::Int::IntVarImpConf>::reschedule(home,p,pc,assigned,ME_INT_BND);
258 }
259
260 forceinline Gecode::ModEvent
261 IntVarImpBase::notify(Gecode::Space& home, Gecode::ModEvent me, Gecode::Delta& d) {

Callers

nothing calls this directly

Calls 1

rescheduleFunction · 0.85

Tested by

no test coverage detected