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

Method subscribe

gecode/kernel/data/array.hpp:1340–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1338
1339 template<class View>
1340 void
1341 ViewArray<View>::subscribe(Space& home, Propagator& p, PropCond pc,
1342 bool schedule) {
1343 for (int i=0; i<n; i++)
1344 x[i].subscribe(home,p,pc,schedule);
1345 }
1346
1347 template<class View>
1348 void

Callers 13

advisor.hppFile · 0.45
viewMethod · 0.45
UnaryPropagatorMethod · 0.45
BinaryPropagatorMethod · 0.45
TernaryPropagatorMethod · 0.45
NaryPropagatorMethod · 0.45
NaryOnePropagatorMethod · 0.45
MixBinaryPropagatorMethod · 0.45
MixTernaryPropagatorMethod · 0.45
MixNaryOnePropagatorMethod · 0.45
wait.hppFile · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected