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

Method reschedule

gecode/int/extensional/layered-graph.hpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588
589 template<class View, class Val, class Degree, class StateIdx>
590 void
591 LayeredGraph<View,Val,Degree,StateIdx>::reschedule(Space& home) {
592 View::schedule(home,*this,c.empty() ? ME_INT_VAL : ME_INT_DOM);
593 }
594
595 template<class View, class Val, class Degree, class StateIdx>
596 ExecStatus

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected