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

Method reschedule

gecode/int/task/man-to-opt.hpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 template<class ManTask>
94 forceinline void
95 ManToOptTask<ManTask>::reschedule(Space& home, Propagator& p, PropCond pc) {
96 _m.reschedule(home, p, PC_BOOL_VAL);
97 ManTask::reschedule(home, p, pc);
98 }
99
100}}
101

Callers

nothing calls this directly

Calls 1

rescheduleFunction · 0.85

Tested by

no test coverage detected