void operator++(void)
Move iterator to next value (if possible)
bool operator()(void) const
Test whether iterator is still at a value or done.
Offset(void)
Default constructor.
void init(I &i, int c)
Initialize with values from i and offset c.
int val(void) const
Return current value.
Range and value iterators.
Gecode toplevel namespace