| 263 | return ME_INT_NONE; |
| 264 | } |
| 265 | forceinline ModEvent |
| 266 | CardConst::eq(Space&, int n) { |
| 267 | if ((_min > n) || (_max < n)) |
| 268 | return ME_INT_FAILED; |
| 269 | return ME_INT_NONE; |
| 270 | } |
| 271 | |
| 272 | forceinline void |
| 273 | CardConst::subscribe(Space&, Propagator&, PropCond, bool) {} |
no outgoing calls
no test coverage detected