38 namespace Gecode {
namespace Iter {
namespace Values {
60 void init(I& i,
int c);
void operator++(void)
Move iterator to next value (if possible)
Gecode::FloatVal c(-8, 8)
Gecode::IntArgs i(4, 1, 2, 3, 4)
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)
bool operator()(void) const
Test whether iterator is still at a value or done.
int val(void) const
Return current value.