| 462 | : BndSetRanges(x->lub) {} |
| 463 | |
| 464 | forceinline void |
| 465 | LubRanges<SetVarImp*>::init(const SetVarImp* x) { |
| 466 | BndSetRanges::init(x->lub); |
| 467 | } |
| 468 | |
| 469 | /** |
| 470 | * \brief Range iterator for the greatest lower bound of a set variable implementation |
no outgoing calls
no test coverage detected