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

Method cancel

gecode/kernel/core.hpp:4504–4508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4502
4503 template<class VIC>
4504 forceinline void
4505 VarImp<VIC>::cancel(Space& home, Propagator& p, PropCond pc) {
4506 if (b.base != nullptr)
4507 remove(home,&p,pc);
4508 }
4509
4510 template<class VIC>
4511 void

Callers

nothing calls this directly

Calls 2

ptrjoinFunction · 0.85
degreeFunction · 0.85

Tested by

no test coverage detected