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

Method subscribe

gecode/set/var-imp/set.cpp:139–143  ·  view source on GitHub ↗

* Dependencies * */

Source from the content-addressed store, hash-verified

137 *
138 */
139 void
140 SetVarImp::subscribe(Space& home, Propagator& p, PropCond pc,
141 bool schedule) {
142 SetVarImpBase::subscribe(home,p,pc,assigned(),schedule);
143 }
144 void
145 SetVarImp::subscribe(Space& home, Advisor& a, bool fail) {
146 SetVarImpBase::subscribe(home,a,assigned(),fail);

Callers

nothing calls this directly

Calls 2

subscribeFunction · 0.85
assignedFunction · 0.85

Tested by

no test coverage detected