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

Method reschedule

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

Source from the content-addressed store, hash-verified

62
63 template<class VX, class VY, class VZ>
64 void
65 ViewBase<VX,VY,VZ>::reschedule(Space& home) {
66 x.reschedule(home,*this,PC_INT_DOM);
67 Gecode::Int::Count::reschedule(home,*this,y);
68 z.reschedule(home,*this,PC_INT_BND);
69 }
70
71 template<class VX, class VY, class VZ>
72 forceinline size_t

Callers

nothing calls this directly

Calls 1

rescheduleFunction · 0.85

Tested by

no test coverage detected