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

Method cancel

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

Source from the content-addressed store, hash-verified

85 }
86 template<class ManTask>
87 forceinline void
88 ManToOptTask<ManTask>::cancel(Space& home, Propagator& p, PropCond pc) {
89 _m.cancel(home, p, PC_BOOL_VAL);
90 ManTask::cancel(home, p, pc);
91 }
92
93 template<class ManTask>
94 forceinline void

Callers

nothing calls this directly

Calls 1

cancelFunction · 0.85

Tested by

no test coverage detected