| 365 | } |
| 366 | |
| 367 | void |
| 368 | IntVarImp::reschedule(Space& home, Propagator& p, PropCond pc) { |
| 369 | IntVarImpBase::reschedule(home,p,pc,dom.min()==dom.max()); |
| 370 | } |
| 371 | |
| 372 | void |
| 373 | IntVarImp::subscribe(Space& home, Advisor& a, bool fail) { |
nothing calls this directly
no test coverage detected