| 146 | SetVarImpBase::subscribe(home,a,assigned(),fail); |
| 147 | } |
| 148 | void |
| 149 | SetVarImp::reschedule(Space& home, Propagator& p, PropCond pc) { |
| 150 | SetVarImpBase::reschedule(home,p,pc,assigned()); |
| 151 | } |
| 152 | |
| 153 | |
| 154 | }} |
nothing calls this directly
no test coverage detected