ILOG CPLEX .NET Reference Manual

IMPModeler.SemiContVar Method (Double, Double, NumVarType)

Creates and returns a new semi-continuous modeling variable with a specified semi-continuous lower bound, upper bound, and type.

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

Parameters

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.

See Also

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