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

Method subscribe

gecode/float/var-imp/float.cpp:49–53  ·  view source on GitHub ↗

* Dependencies * */

Source from the content-addressed store, hash-verified

47 *
48 */
49 void
50 FloatVarImp::subscribe(Space& home, Propagator& p, PropCond pc,
51 bool schedule) {
52 FloatVarImpBase::subscribe(home,p,pc,assigned(),schedule);
53 }
54
55 void
56 FloatVarImp::reschedule(Space& home, Propagator& p, PropCond pc) {

Callers 3

LastValMethod · 0.45
nary.hppFile · 0.45
ite.hppFile · 0.45

Calls 2

subscribeFunction · 0.85
assignedFunction · 0.85

Tested by

no test coverage detected