34 namespace Gecode {
namespace Iter {
namespace Ranges {
Base for range iterators with explicit min and max.
int ma
Maximum of current range.
int mi
Minimum of current range.
int min(void) const
Return smallest value of range.
int max(void) const
Return largest value of range.
Range iterator for singleton range.
void operator++(void)
Move iterator to next range (if possible)
void init(int min, int max)
Initialize with range min to max.
Singleton(void)
Default constructor.
const FloatNum max
Largest allowed float value.
const FloatNum min
Smallest allowed float value.