| 1338 | |
| 1339 | template<class View> |
| 1340 | void |
| 1341 | ViewArray<View>::subscribe(Space& home, Propagator& p, PropCond pc, |
| 1342 | bool schedule) { |
| 1343 | for (int i=0; i<n; i++) |
| 1344 | x[i].subscribe(home,p,pc,schedule); |
| 1345 | } |
| 1346 | |
| 1347 | template<class View> |
| 1348 | void |
no outgoing calls
no test coverage detected