Gecode::IntVarRanges Class Reference
[Integer variables]
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 473 of file int.hh.
Constructor & Destructor Documentation
| Gecode::IntVarRanges::IntVarRanges | ( | void | ) | [inline] |
Default constructor.
Definition at line 106 of file int.hpp.
| Gecode::IntVarRanges::IntVarRanges | ( | const IntVar & | x | ) | [inline] |
Initialize with ranges for integer variable x.
Definition at line 109 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 113 of file int.hpp.
The documentation for this class was generated from the following files:
- gecode/int.hh
- gecode/int/var/int.hpp
