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

Method reschedule

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

Source from the content-addressed store, hash-verified

136 }
137 template<class Dim, int n>
138 forceinline void
139 ManBox<Dim,n>::reschedule(Space& home, Propagator& p) {
140 for (int i=0; i<n; i++)
141 d[i].reschedule(home,p);
142 }
143
144
145 /*

Callers

nothing calls this directly

Calls 1

rescheduleFunction · 0.85

Tested by

no test coverage detected