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

Method cancel

gecode/int/linear/bool-scale.hpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 f->x.subscribe(home,p,PC_BOOL_VAL);
55 }
56 forceinline void
57 ScaleBoolArray::cancel(Space& home, Propagator& p) {
58 for (ScaleBool* f = _fst; f < _lst; f++)
59 f->x.cancel(home,p,PC_BOOL_VAL);
60 }
61 forceinline void
62 ScaleBoolArray::reschedule(Space& home, Propagator& p) {
63 for (ScaleBool* f = _fst; f < _lst; f++)

Callers 6

disposeMethod · 0.45
disposeMethod · 0.45
disposeMethod · 0.45
disposeMethod · 0.45
disposeMethod · 0.45
disposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected