
Range iterator for least upper bound of set variable views More...
#include <set.hpp>
Constructors and initialization | |
| LubRanges (void) | |
| Default constructor. | |
| LubRanges (const SetView &x) | |
| Initialize with ranges for view x. | |
| void | init (const SetView &x) |
| Initialize with ranges for view x. | |
Additional Inherited Members | |
Public Member Functions inherited from Gecode::Set::LubRanges< SetVarImp * > | |
| LubRanges (const SetVarImp *) | |
| Initialize with ranges for variable implementation x. | |
| void | init (const SetVarImp *) |
| Initialize with ranges for variable implementation x. | |
Range iterator for least upper bound of set variable views
|
inline |
Default constructor.
Reimplemented from Gecode::Set::LubRanges< SetVarImp * >.
|
inline |
|
inline |