This interface is used for modeling objects.
For a list of all members of this type, see IAddable Members.
ILOG.Concert.IAddable
Derived interfaces
Type | Description |
---|---|
Cplex |
Cplex is the class used to create and solve a large variety of Mathematical Programming models. |
CplexModeler |
Objects of classes implementing this interface can be added to an instance of IModel
. Constraint classes, such as IRange
, and classes representing optimization objectives, such as IObjective
, are examples.
All addable modeling objects can be assigned a name with the method setName()
. The name can be queried with the method getName()
. Assigning a name is not required. Modeling objects are created without an assigned name unless a name is specified in the construction.
Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll)