Gecode::Int::IntVarImpBwd Class Reference
Inherited by
Gecode::Int::ViewRanges< MinusView >.
List of all members.
Detailed Description
Backward iterator for ranges of integer variable implementations.
Note that this iterator is not a range iterator as the ranges are not iterated in increasing but in decreasing order.
Definition at line 439 of file var-imp.icc.
|
Constructors and initialization |
| IntVarImpBwd (void) |
| Default constructor.
|
| IntVarImpBwd (const IntVarImp *x) |
| Initialize with ranges from variable implementation x.
|
void | init (const IntVarImp *x) |
| Initialize with ranges from variable implementation x.
|
Iteration control |
bool | operator() (void) const |
| Test whether iterator is still at a range or done.
|
void | operator++ (void) |
| Move iterator to previous range (if possible).
|
Range access |
int | min (void) const |
| Return smallest value of range.
|
int | max (void) const |
| Return largest value of range.
|
unsigned int | width (void) const |
| Return width of range (distance between minimum and maximum).
|
Constructor & Destructor Documentation
Gecode::Int::IntVarImpBwd::IntVarImpBwd |
( |
void |
|
) |
[inline] |
Default constructor.
Definition at line 458 of file int.icc.
Gecode::Int::IntVarImpBwd::IntVarImpBwd |
( |
const IntVarImp * |
x |
) |
[inline] |
Initialize with ranges from variable implementation x.
Definition at line 460 of file int.icc.
Member Function Documentation
void Gecode::Int::IntVarImpBwd::init |
( |
const IntVarImp * |
x |
) |
[inline] |
Initialize with ranges from variable implementation x.
Definition at line 463 of file int.icc.
bool Gecode::Int::IntVarImpBwd::operator() |
( |
void |
|
) |
const [inline] |
Test whether iterator is still at a range or done.
Definition at line 468 of file int.icc.
void Gecode::Int::IntVarImpBwd::operator++ |
( |
void |
|
) |
[inline] |
Move iterator to previous range (if possible).
Definition at line 472 of file int.icc.
int Gecode::Int::IntVarImpBwd::min |
( |
void |
|
) |
const [inline] |
int Gecode::Int::IntVarImpBwd::max |
( |
void |
|
) |
const [inline] |
unsigned int Gecode::Int::IntVarImpBwd::width |
( |
void |
|
) |
const [inline] |
Return width of range (distance between minimum and maximum).
Definition at line 485 of file int.icc.
The documentation for this class was generated from the following files: