IloIntRange
| Note |
IloIntRange cannot be used for a range of floats.
|
range r=1..10;
execute {
writeln(r.LB);
writeln(r.UB);
}1 10
| Field Attributes | Field Name and Description |
|---|---|
| all |
Lower bound.
|
| all |
The width of this collection.
|
| all |
Upper bound.
|