Range iterator for integer variables
More...
#include <int.hh>
List of all members.
Constructors and initialization |
| IntVarRanges (void) |
| Default constructor.
|
| IntVarRanges (const IntVar &x) |
| Initialize with ranges for integer variable x.
|
void | init (const IntVar &x) |
| Initialize with ranges for integer variable x.
|
Detailed Description
Range iterator for integer variables
Definition at line 444 of file int.hh.
Constructor & Destructor Documentation
Gecode::IntVarRanges::IntVarRanges |
( |
void |
| ) |
[inline] |
Default constructor.
Definition at line 110 of file int.hpp.
Gecode::IntVarRanges::IntVarRanges |
( |
const IntVar & |
x | ) |
[inline] |
Initialize with ranges for integer variable x.
Definition at line 113 of file int.hpp.
Member Function Documentation
void Gecode::IntVarRanges::init |
( |
const IntVar & |
x | ) |
[inline] |
Initialize with ranges for integer variable x.
Definition at line 117 of file int.hpp.
The documentation for this class was generated from the following files: