|
Interface Summary |
| IloAddable |
This interface is used for modeling objects. |
| IloConstraint |
This interface defines the API for constraints. |
| IloConversion |
IloConversion objects allow you to locally change the type of
one or more variables. |
| IloIntCollectionVar |
This interface defines the API for variable classes that can represent
collections. |
| IloIntExpr |
This is the basic public interface for integer expressions. |
| IloIntVar |
This interface defines the API for integer variables. |
| IloLinearIntExpr |
This is the interface for scalar product expressions for integer variables. |
| IloLinearIntExprIterator |
Iterator for the linear terms of an IloLinearIntExpr
expression object. |
| IloLinearNumExpr |
This is the interface for scalar product expressions for
numerical variables of any type. |
| IloLinearNumExprIterator |
This is the iterator for the linear terms of an IloLinearNumExpr
expression object. |
| IloLPMatrix |
An IloLPMatrix object allows you to treat a set of
range constraints (instances of IloRange) and variables
as a matrix. |
| IloModel |
This interface defines the API for classes that represent optimization models. |
| IloModeler |
Interface for basic modeling. |
| IloMPModeler |
IloMPModeler is an extension of the IloModeler
modeling interface for Mathematical Programing. |
| IloNumExpr |
This is the public basic interface for all numerical expressions. |
| IloNumVar |
This interface defines the API for numerical variables of any type. |
| IloObjective |
This interface defines the API for objectives. |
| IloRange |
This is the interface for modeling objects representing ranged
constraints of the format lb <= expr <= ub. |
| IloSemiContVar |
Semi-continuous variables. |
| IloSOS1 |
A special ordered set of type 1. |
| IloSOS2 |
A special ordered set of type 2. |