Overload List

  Name Description
Public method SemiContVar(Double, Double, NumVarType)
Creates and returns a new semi-continuous modeling variable with a specified semi-continuous lower bound, upper bound, and type.

This method returns an object representing a new semi-continuous modeling variable with the specified bounds and type.

Public method SemiContVar(Double, Double, NumVarType, String)
Creates and returns a new semi-continuous modeling variable with specified bounds, type, and name.

This method returns an object representing a new semi-continuous modeling variable with the specified bounds, type, and name.

Public method SemiContVar(IColumn, Double, Double, NumVarType)
Creates and returns a new semi-continuous modeling variable with specified type and bounds, for column-wise modeling.

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 IColumn argument column.

Public method SemiContVar(IColumn, Double, Double, NumVarType, String)
Creates and returns a new semi-continuous modeling variable, with specified bounds, type, and name, for column-wise modeling.

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

See Also