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

Method reschedule

gecode/int/sequence/int.hpp:156–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155 template<class View, class Val>
156 void
157 Sequence<View,Val>::reschedule(Space& home) {
158 for (int i=x.size(); i--; )
159 if (!undecided(x[i],s))
160 x[i].schedule(home,*this,x[i].assigned() ? ME_INT_VAL : ME_INT_BND);
161 if (tofail)
162 View::schedule(home,*this,ME_INT_BND);
163 }
164
165 template<class View, class Val>
166 ExecStatus

Callers

nothing calls this directly

Calls 4

undecidedFunction · 0.85
sizeMethod · 0.45
scheduleMethod · 0.45
assignedMethod · 0.45

Tested by

no test coverage detected