ILOG CPLEX .NET Reference Manual

IAddable Interface

This interface is used for modeling objects.

For a list of all members of this type, see IAddable Members.

ILOG.Concert.IAddable
   Derived interfaces

public interface IAddable : ICopyable

Types that implement IAddable

Type Description
Cplex Cplex is the class used to create and solve a large variety of Mathematical Programming models.
CplexModeler  

Remarks

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.

Requirements

Namespace: ILOG.Concert

Assembly: ILOG.Concert (in ILOG.Concert.dll)

See Also

IAddable Members | ILOG.Concert Namespace