| 53 | } |
| 54 | |
| 55 | void |
| 56 | FloatVarImp::reschedule(Space& home, Propagator& p, PropCond pc) { |
| 57 | FloatVarImpBase::reschedule(home,p,pc,assigned()); |
| 58 | } |
| 59 | |
| 60 | void |
| 61 | FloatVarImp::subscribe(Space& home, Advisor& a, bool fail) { |
nothing calls this directly
no test coverage detected