| 47 | |
| 48 | template<class View> |
| 49 | forceinline |
| 50 | Ite<View>::Ite(Space& home, Ite<View>& p) |
| 51 | : Propagator(home,p) { |
| 52 | b.update(home,p.b); |
| 53 | x0.update(home,p.x0); |
| 54 | x1.update(home,p.x1); |
| 55 | x2.update(home,p.x2); |
| 56 | } |
| 57 | |
| 58 | template<class View> |
| 59 | PropCost |