
Iterator for the values in the greatest lower bound of a set variable. More...
#include <set.hh>
Constructors and initialization | |
| SetVarGlbValues (void) | |
| Default constructor. More... | |
| SetVarGlbValues (const SetVar &x) | |
| Initialize to iterate values of variable x. More... | |
Iteration control | |
| bool | operator() (void) const |
| Test whether iterator is still at a value or done. More... | |
| void | operator++ (void) |
| Move iterator to next value (if possible) More... | |
Value access | |
| int | val (void) const |
| Return current value. More... | |
Iterator for the values in the greatest lower bound of a set variable.
| Gecode::SetVarGlbValues::SetVarGlbValues | ( | void | ) |
Default constructor.
|
inline |
|
inline |
|
inline |
|
inline |