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

Method cancel

gecode/int/unary/task.hpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 _s.subscribe(home, p, pc);
146 }
147 forceinline void
148 ManFixPTask::cancel(Space& home, Propagator& p, PropCond pc) {
149 _s.cancel(home, p, pc);
150 }
151 forceinline void
152 ManFixPTask::reschedule(Space& home, Propagator& p, PropCond pc) {
153 _s.reschedule(home, p, pc);

Callers 2

ExecStatus detectableFunction · 0.45
ExecStatus notlastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected