| Class Summary |
|---|
| IloConversion |
For IBM ILOG CPLEX: a means to change the type of a numeric variable.
|
| IloNumColumn |
For IBM ILOG CPLEX: helps you design a model through column representation.
|
| IloNumColumnArray |
For IBM ILOG CPLEX: array class of the column representation class
for a model.
|
| IloSOS1 |
For IBM ILOG CPLEX: represents special ordered sets of type 1 (SOS1).
|
| IloSOS1Array |
For IBM ILOG CPLEX: the array class of special ordered sets of type 1
(SOS1).
|
| IloSOS2 |
For IBM ILOG CPLEX: represents special ordered sets of type 2 (SOS2).
|
| IloSOS2Array |
For IBM ILOG CPLEX: the array class of special ordered sets of type 2
(SOS2).
|
| IloSemiContVar |
For IBM ILOG CPLEX: instance represents a constrained semicontinuous variable.
|
| IloSemiContVarArray |
For IBM ILOG CPLEX: is the array class of the semicontinuous numeric
variable class for a model.
|