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

Method reschedule

gecode/kernel/view.hpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 }
425 template<class View>
426 forceinline void
427 ConstView<View>::reschedule(Space& home, Propagator& p, PropCond) {
428 View::schedule(home,p,ME_GEN_ASSIGNED);
429 }
430 template<class View>
431 forceinline void
432 ConstView<View>::subscribe(Space&, Advisor&, bool) {

Callers 1

enableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected