| 48 | |
| 49 | template<class SView, class RView> |
| 50 | forceinline |
| 51 | ElementDisjoint<SView,RView>::ElementDisjoint(Space& home, |
| 52 | ElementDisjoint& p) |
| 53 | : Propagator(home,p) { |
| 54 | x1.update(home,p.x1); |
| 55 | iv.update(home,p.iv); |
| 56 | } |
| 57 | |
| 58 | template<class SView, class RView> |
| 59 | forceinline ExecStatus |