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

Method cancel

gecode/int/no-overlap/dim.hpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 c.subscribe(home,p,PC_INT_DOM);
103 }
104 forceinline void
105 FixDim::cancel(Space& home, Propagator& p) {
106 c.cancel(home,p,PC_INT_DOM);
107 }
108 forceinline void
109 FixDim::reschedule(Space& home, Propagator& p) {
110 c.reschedule(home,p,PC_INT_DOM);

Callers 6

base.hppFile · 0.45
opt.hppFile · 0.45
propagateMethod · 0.45
disjointMethod · 0.45
eliminateMethod · 0.45
disposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected