97 }
while (
i() && (
i.val() == n));
void operator++(void)
Move iterator to next unique value (if possible)
bool operator()(void) const
Test whether iterator is still at a value or done.
Unique(void)
Default constructor.
int val(void) const
Return current value.
void init(I &i)
Initialize with value iterator i.
Range and value iterators.
Gecode toplevel namespace