* Dependencies * */
| 137 | * |
| 138 | */ |
| 139 | void |
| 140 | SetVarImp::subscribe(Space& home, Propagator& p, PropCond pc, |
| 141 | bool schedule) { |
| 142 | SetVarImpBase::subscribe(home,p,pc,assigned(),schedule); |
| 143 | } |
| 144 | void |
| 145 | SetVarImp::subscribe(Space& home, Advisor& a, bool fail) { |
| 146 | SetVarImpBase::subscribe(home,a,assigned(),fail); |