34namespace Gecode {
namespace Iter {
namespace Values {
Value iterator for pointwise offset (by some constant)
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.
Gecode toplevel namespace