34namespace Gecode {
namespace Iter {
namespace Values {
97 }
while (i() && (i.val() ==
n));
int n
Number of negative literals for node type.
Remove duplicate values from from value iterator.
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.
Gecode toplevel namespace