Gecode::Int::ViewRanges< MinusView > Class Template Reference
[Integer views]
Inherits Gecode::Int::IntVarImpBwd.
Detailed Description
template<>
class Gecode::Int::ViewRanges< MinusView >
Range iterator for minus integer views
Definition at line 224 of file minus.icc.
Constructors and initialization | |
| ViewRanges (void) | |
| Default constructor. | |
| ViewRanges (const MinusView &x) | |
| Initialize with ranges for view x. | |
| void | init (const MinusView &x) |
| Initialize with ranges for view x. | |
Range access | |
| int | min (void) const |
| Return smallest value of range. | |
| int | max (void) const |
| Return largest value of range. | |
Member Function Documentation
|
|
Default constructor.
|
|
|
Initialize with ranges for view x.
|
|
|
Initialize with ranges for view x.
|
|
|
Return smallest value of range.
Reimplemented from Gecode::Int::IntVarImpBwd. |
|
|
Return largest value of range.
Reimplemented from Gecode::Int::IntVarImpBwd. |
The documentation for this class was generated from the following file:
- gecode/int/view/minus.icc (Revision: 3559)
