Interface Summary |
IloAddable |
This interface is used for modeling objects. |
IloAnd |
This interface defines the API for classes that represent and-constraints. |
IloConstraint |
This interface defines the API for constraints. |
IloConversion |
IloConversion objects allow you to locally change the type of
one or more variables. |
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 |
As a modeling object, an instance of IloLPMatrix
allows you to treat a set of variables and
range constraints (instances of IloRange )
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 programming (MP). |
IloNumExpr |
This is the public basic interface for all numerical expressions. |
IloNumVar |
This interface defines the API for numerical variables of any type. |
IloNumVarBound |
This interface defines the API for classes that represent the upper or
lower bound of a variable as a constraint. |
IloObjective |
This interface defines the API for objectives. |
IloOr |
This interface defines the API for classes that represent or-constraints. |
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. |