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

Method subscribe

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

Source from the content-addressed store, hash-verified

98 }
99
100 forceinline void
101 FixDim::subscribe(Space& home, Propagator& p) {
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);

Callers 3

base.hppFile · 0.45
opt.hppFile · 0.45
bool-base.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected