ILOG CPLEX .NET Reference Manual

IMPModeler.SemiContVar Method (Column, Double, Double, NumVarType)

Creates and returns a new semi-continuous modeling variable with specified type and bounds, for column-wise modeling.

ISemiContVar SemiContVar(
   Column column,
   double sclb,
   double ub,
   NumVarType type
);

Parameters

column
The column object defining where to install the new variable.
sclb
The semi-continuous lower bound of the new modeling variable.
ub
The upper bound of the new modeling variable.
type
The type of the new modeling variable.

Return Value

The new modeling variable.

Remarks

This method returns an object representing a new semi-continuous modeling variable with the specified bounds and type. The newly created variable is then installed in existing modeling objects as defined by the Column argument column.

See Also

IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.SemiContVar Overload List