| 277 | CardConst::reschedule(Space&, Propagator&, PropCond) {} |
| 278 | |
| 279 | forceinline void |
| 280 | CardConst::update(Space&, CardConst& x) { |
| 281 | _min=x._min; _max=x._max; _card=x._card; _counter=x._counter; |
| 282 | } |
| 283 | |
| 284 | forceinline IntView |
| 285 | CardConst::base(void) const { |
no outgoing calls
no test coverage detected