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

Method subscribe

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

Source from the content-addressed store, hash-verified

49 }
50 }
51 forceinline void
52 ScaleBoolArray::subscribe(Space& home, Propagator& p) {
53 for (ScaleBool* f = _fst; f < _lst; f++)
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++)

Callers 8

int-bin.hppFile · 0.45
bool-int.hppFile · 0.45
adviseMethod · 0.45
resubscribeMethod · 0.45
int-ter.hppFile · 0.45
bool-scale.hppFile · 0.45
bool-view.hppFile · 0.45
int-nary.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected