ILOG CPLEX .NET Reference Manual

IMPModeler.SemiContVar Method

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

Overload List

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

ISemiContVar SemiContVar(Column,double,double,NumVarType);

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

ISemiContVar SemiContVar(Column,double,double,NumVarType,string);

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

ISemiContVar SemiContVar(double,double,NumVarType);

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

ISemiContVar SemiContVar(double,double,NumVarType,string);

See Also

IMPModeler Interface | ILOG.Concert Namespace