| 65 | } |
| 66 | |
| 67 | void |
| 68 | BoolVarImp::reschedule(Space& home, Propagator& p, PropCond) { |
| 69 | BoolVarImpBase::reschedule(home,p,PC_BOOL_VAL,assigned()); |
| 70 | } |
| 71 | |
| 72 | void |
| 73 | BoolVarImp::subscribe(Space& home, Advisor& a, bool fail) { |
nothing calls this directly
no test coverage detected