| 145 | |
| 146 | template<class VA, class VB, class VC, PropCond pc_ac> |
| 147 | forceinline size_t |
| 148 | View<VA,VB,VC,pc_ac>::dispose(Space& home) { |
| 149 | x0.cancel(home,*this,PC_INT_DOM); |
| 150 | x1.cancel(home,*this,pc_ac); |
| 151 | iv.cancel(home,*this,pc_ac); |
| 152 | (void) Propagator::dispose(home); |
| 153 | return sizeof(*this); |
| 154 | } |
| 155 | |
| 156 | |
| 157 |