| 102 | c.subscribe(home,p,PC_INT_DOM); |
| 103 | } |
| 104 | forceinline void |
| 105 | FixDim::cancel(Space& home, Propagator& p) { |
| 106 | c.cancel(home,p,PC_INT_DOM); |
| 107 | } |
| 108 | forceinline void |
| 109 | FixDim::reschedule(Space& home, Propagator& p) { |
| 110 | c.reschedule(home,p,PC_INT_DOM); |