Gecode::IntVarValues Class Reference
[Integer variables]
Value iterator for integer variables. More...
#include <int.hh>
List of all members.
Constructors and initialization | |
|
| |
| IntVarValues (void) | |
| Default constructor. | |
| IntVarValues (const IntVar &x) | |
| Initialize with values for x. | |
| void | init (const IntVar &x) |
| Initialize with values x. | |
Detailed Description
Value iterator for integer variables.
Definition at line 490 of file int.hh.
Constructor & Destructor Documentation
| Gecode::IntVarValues::IntVarValues | ( | void | ) | [inline] |
Default constructor.
Definition at line 124 of file int.hpp.
| Gecode::IntVarValues::IntVarValues | ( | const IntVar & | x | ) | [inline] |
Initialize with values for x.
Definition at line 127 of file int.hpp.
Member Function Documentation
| void Gecode::IntVarValues::init | ( | const IntVar & | x | ) | [inline] |
Initialize with values x.
Definition at line 133 of file int.hpp.
The documentation for this class was generated from the following files:
- gecode/int.hh
- gecode/int/var/int.hpp
