
Range iterator for the least upper bound of a set variable implementation. More...
#include <set.hpp>
Constructors and initialization | |
| LubRanges (void) | |
| Default constructor. | |
| LubRanges (const SetVarImp *) | |
| Initialize with ranges for variable implementation x. | |
| void | init (const SetVarImp *) |
| Initialize with ranges for variable implementation x. | |
Range iterator for the least upper bound of a set variable implementation.
This class provides (by specialization) a range iterator for the least upper bounds of set variable implementations.
| Gecode::Set::LubRanges< SetVarImp * >::LubRanges | ( | void | ) | [inline] |
Default constructor.
Reimplemented in Gecode::Set::LubRanges< SetView >.
| Gecode::Set::LubRanges< SetVarImp * >::LubRanges | ( | const SetVarImp * | x | ) | [inline] |
| void Gecode::Set::LubRanges< SetVarImp * >::init | ( | const SetVarImp * | x | ) | [inline] |