| 429 | IntVarImpFwd::IntVarImpFwd(const IntVarImp* x) |
| 430 | : p(nullptr), c(x->ranges_fwd()) {} |
| 431 | forceinline void |
| 432 | IntVarImpFwd::init(const IntVarImp* x) { |
| 433 | p=nullptr; c=x->ranges_fwd(); |
| 434 | } |
| 435 | |
| 436 | forceinline bool |
| 437 | IntVarImpFwd::operator ()(void) const { |
nothing calls this directly
no test coverage detected