Gecode::IntSetValues Class Reference
[Integer variables, Set variables]
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. | |
Detailed Description
Value iterator for integer sets.
Definition at line 333 of file int.hh.
Constructor & Destructor Documentation
| Gecode::IntSetValues::IntSetValues | ( | void | ) | [inline] |
Default constructor.
Definition at line 276 of file int-set-1.hpp.
| Gecode::IntSetValues::IntSetValues | ( | const IntSet & | s | ) | [inline] |
Initialize with values for s.
Definition at line 279 of file int-set-1.hpp.
Member Function Documentation
| void Gecode::IntSetValues::init | ( | const IntSet & | s | ) | [inline] |
Initialize with values for s.
Definition at line 285 of file int-set-1.hpp.
The documentation for this class was generated from the following files:
- gecode/int.hh
- gecode/int/int-set-1.hpp
