Gecode::IntSetValues Class Reference
[Integer variables]
#include <int.hh>
Inherits Gecode::Iter::Ranges::ToValues< IntSetRanges >.
Detailed Description
Value iterator for integer sets.
Definition at line 223 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
|
Default constructor.
Definition at line 134 of file int-set.icc. |
|
Initialize with values for s.
Definition at line 137 of file int-set.icc. |
Member Function Documentation
|
Initialize with values for s.
Definition at line 143 of file int-set.icc. |
The documentation for this class was generated from the following files:
- gecode/int.hh (Revision: 3579)
- gecode/int/int-set.icc (Revision: 3512)