Gecode::IntSetValues Class Reference
[Integer variables, Set variables]
#include <int.hh>
Inherits Gecode::Iter::Ranges::ToValues< Gecode::IntSetRanges >.
Detailed Description
Value iterator for integer sets.Definition at line 260 of file 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. |
Constructor & Destructor Documentation
Gecode::IntSetValues::IntSetValues | ( | void | ) | [inline] |
Gecode::IntSetValues::IntSetValues | ( | const IntSet & | s | ) | [inline] |
Member Function Documentation
void Gecode::IntSetValues::init | ( | const IntSet & | s | ) | [inline] |
The documentation for this class was generated from the following files:
- gecode/int.hh (Revision: 7494)
- gecode/int/int-set.icc (Revision: 7288)