Range iterator for the greatest lower bound of a set variable implementation. More...
#include <set.hpp>
Constructors and initialization | |
GlbRanges (void) | |
Default constructor. | |
GlbRanges (const SetVarImp *x) | |
Initialize with ranges for variable implementation x. | |
void | init (const SetVarImp *) |
Initialize with ranges for variable implementation x. |
Additional Inherited Members | |
![]() | |
BndSetRanges (void) | |
Default constructor. | |
BndSetRanges (const BndSet &s) | |
Initialize with BndSet s. | |
void | init (const BndSet &s) |
Initialize with BndSet s. |
Range iterator for the greatest lower bound of a set variable implementation.
This class provides (by specialization) a range iterator for the greatest lower bounds of set variable implementations.
|
inline |
Default constructor.
Reimplemented in Gecode::Set::GlbRanges< SetView >.
|
inline |
|
inline |