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

Method subscribe

gecode/int/no-overlap/box.hpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125 template<class Dim, int n>
126 forceinline void
127 ManBox<Dim,n>::subscribe(Space& home, Propagator& p) {
128 for (int i=0; i<n; i++)
129 d[i].subscribe(home,p);
130 }
131 template<class Dim, int n>
132 forceinline void
133 ManBox<Dim,n>::cancel(Space& home, Propagator& p) {

Callers

nothing calls this directly

Calls 1

subscribeFunction · 0.85

Tested by

no test coverage detected