Value iterator for integer sets. More...
#include <int.hh>
Constructors and initialization | |
IntSetValues (void) | |
Default constructor. | |
IntSetValues (const IntSet &s) | |
Initialize with values for s. | |
void | init (const IntSet &s) |
Initialize with values for s. |
Gecode::IntSetValues::IntSetValues | ( | void | ) | [inline] |
Default constructor.
Definition at line 211 of file int-set-1.hpp.
Gecode::IntSetValues::IntSetValues | ( | const IntSet & | s | ) | [inline] |
Initialize with values for s.
Definition at line 214 of file int-set-1.hpp.
void Gecode::IntSetValues::init | ( | const IntSet & | s | ) | [inline] |
Initialize with values for s.
Definition at line 220 of file int-set-1.hpp.