| 76 | |
| 77 | template<class VIC> |
| 78 | forceinline void |
| 79 | SubscribedPropagators::init(VarImp<VIC>& x) { |
| 80 | c = x.actor(0); |
| 81 | ep = x.actorNonZero(x.pc_max+1); ea = x.b.base+x.entries; |
| 82 | } |
| 83 | template<class VIC> |
| 84 | forceinline |
| 85 | SubscribedPropagators::SubscribedPropagators(VarImp<VIC>& x) { |
nothing calls this directly
no test coverage detected