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

Method reschedule

gecode/int/channel/link-multi.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void
105 LinkMulti::reschedule(Space& home) {
106 if (status == S_ONE)
107 BoolView::schedule(home,*this,ME_BOOL_VAL);
108 y.reschedule(home,*this,PC_INT_DOM);
109 }
110
111 ExecStatus
112 LinkMulti::advise(Space&, Advisor&, const Delta& d) {

Callers 1

base.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected