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

Method reschedule

gecode/int/count/int-base.hpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 template<class VX, class VY>
75 void
76 IntBase<VX,VY>::reschedule(Space& home) {
77 for (int i=0; i<n_s; i++)
78 x[i].reschedule(home,*this,PC_INT_DOM);
79 Gecode::Int::Count::reschedule(home,*this,y);
80 }
81
82}}}
83

Callers

nothing calls this directly

Calls 1

rescheduleFunction · 0.85

Tested by

no test coverage detected