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

Method cancel

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

Source from the content-addressed store, hash-verified

130 }
131 template<class Dim, int n>
132 forceinline void
133 ManBox<Dim,n>::cancel(Space& home, Propagator& p) {
134 for (int i=0; i<n; i++)
135 d[i].cancel(home,p);
136 }
137 template<class Dim, int n>
138 forceinline void
139 ManBox<Dim,n>::reschedule(Space& home, Propagator& p) {

Callers

nothing calls this directly

Calls 1

cancelFunction · 0.85

Tested by

no test coverage detected