Gecode::SetVarLubValues set.hh
Constructors and initialization
Gecode::SetVarLubValues::SetVarLubValues (void) SetVarLubValues void Default constructor. forceinline Gecode::SetVarLubValues::SetVarLubValues (const SetVar &x) SetVarLubValues const SetVar & x Initialize to iterate values of variable x.
Iteration control
bool forceinline bool Gecode::SetVarLubValues::operator() (void) const operator() void Test whether iterator is still at a value or done. void forceinline void Gecode::SetVarLubValues::operator++ (void) operator++ void Move iterator to next value (if possible)
Value access
int forceinline int Gecode::SetVarLubValues::val (void) const val void Return current value.
Iter::Ranges::ToValues< SetVarLubRanges > Iter::Ranges::ToValues<SetVarLubRanges> Gecode::SetVarLubValues::iter iter Iterator for the values in the least upper bound of a set variable. Gecode::SetVarLubValuesiter Gecode::SetVarLubValuesoperator() Gecode::SetVarLubValuesoperator++ Gecode::SetVarLubValuesSetVarLubValues Gecode::SetVarLubValuesSetVarLubValues Gecode::SetVarLubValuesval