34namespace Gecode {
namespace Iter {
namespace Ranges {
Range iterator for pointwise offset (by some constant)
int max(void) const
Return largest value of range.
bool operator()(void) const
Test whether iterator is still at a range or done.
unsigned int width(void) const
Return width of range (distance between minimum and maximum)
int min(void) const
Return smallest value of range.
void init(I &i, int c)
Initialize with ranges from i and offset c.
Offset(void)
Default constructor.
Offset(I &i, int c)
Initialize with ranges from i and offset c.
void operator++(void)
Move iterator to next range (if possible)
Gecode toplevel namespace