34 namespace Gecode {
namespace Iter {
namespace Values {
56 void init(I& i,
int c);
int val(void) const
Return current value.
void operator++(void)
Move iterator to next value (if possible)
bool operator()(void) const
Test whether iterator is still at a value or done.
void init(I &i, int c)
Initialize with values from i and offset c.
Offset(void)
Default constructor.
Gecode toplevel namespace
Value iterator for pointwise offset (by some constant)