ILOG CPLEX .NET Reference Manual

IMPModeler Interface

IMPModeler is an extension of the IModeler modeling interface for mathematical programming (MP).

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

public interface IMPModeler : IModeler, IModel, IAddable, ICopyable

Types that implement IMPModeler

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

Remarks

It adds support for several modeling object interfaces specific to mathematical programming, including LP matrices, semi-continuous variables, and special ordered sets (SOSs). It extends the functionality of IModeler to column-wise modeling and supports modification of variable types and expressions of ranged constraints and objective functions. This interface is implemented by the Cplex optimizer class.

Requirements

Namespace: ILOG.Concert

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

See Also

IMPModeler Members | ILOG.Concert Namespace