| 473 | |
| 474 | template<class View, PropCond pc> |
| 475 | NaryPropagator<View,pc>::NaryPropagator |
| 476 | (Home home, ViewArray<View>& y) |
| 477 | : Propagator(home), x(y) { |
| 478 | if (pc != PC_GEN_NONE) |
| 479 | x.subscribe(home,*this,pc); |
| 480 | } |
| 481 | |
| 482 | template<class View, PropCond pc> |
| 483 | forceinline |