Gecode::Int::Gecode::Int::ViewRanges< MinusView > Class Template Reference
[Integer views]
Inherits
Gecode::Int::IntVarImpBwd.
List of all members.
Detailed Description
template<>
class Gecode::Int::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.
|
Member Function 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.
void Gecode::Int::Gecode::Int::ViewRanges< MinusView >::init |
( |
const MinusView & |
x |
) |
[inline] |
Initialize with ranges for view x.
Definition at line 340 of file minus.icc.
int Gecode::Int::Gecode::Int::ViewRanges< MinusView >::min |
( |
void |
|
) |
const [inline] |
int Gecode::Int::Gecode::Int::ViewRanges< MinusView >::max |
( |
void |
|
) |
const [inline] |
The documentation for this class was generated from the following file: