Gecode::Int::ViewRanges< MinusView > Class Template Reference
[Integer views]
Inherits
Gecode::Int::IntVarImpBwd.
List of all members.
Detailed Description
template<>
class Gecode::Int::ViewRanges< MinusView >
Range iterator for minus integer views
Definition at line 311 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.
|
Constructor & Destructor Documentation
Default constructor.
Definition at line 333 of file minus.icc.
Initialize with ranges for view x.
Definition at line 336 of file minus.icc.
Member Function Documentation
Initialize with ranges for view x.
Definition at line 340 of file minus.icc.
The documentation for this class was generated from the following file: