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

Method subscribe

gecode/int/var-imp/int.cpp:361–365  ·  view source on GitHub ↗

* Dependencies * */

Source from the content-addressed store, hash-verified

359 *
360 */
361 void
362 IntVarImp::subscribe(Space& home, Propagator& p, PropCond pc,
363 bool schedule) {
364 IntVarImpBase::subscribe(home,p,pc,dom.min()==dom.max(),schedule);
365 }
366
367 void
368 IntVarImp::reschedule(Space& home, Propagator& p, PropCond pc) {

Callers

nothing calls this directly

Calls 3

subscribeFunction · 0.85
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected