Overload List

  NameDescription
Public methodNumVar(Double, Double)
Creates a new modeling variable object of the type NumVarType.Float.
(Inherited from IModeler.)
Public methodNumVar(Double, Double, NumVarType)
Creates a new numeric variable object.
(Inherited from IModeler.)
Public methodNumVar(Double, Double, String)
Creates a new modeling variable of the type NumVarType.Float.
(Inherited from IModeler.)
Public methodNumVar(Column, Double, Double)
Creates a continuous modeling variable, of type Float with upper bound and lower bound as specified, for column-wise modeling.
Public methodNumVar(Double, Double, NumVarType, String)
Creates a new modeling variable object.
(Inherited from IModeler.)
Public methodNumVar(Column, Double, Double, NumVarType)
Creates and returns a new modeling variable for column-wise modeling.
Public methodNumVar(Column, Double, Double, String)
Creates a continuous modeling variable, of type Float with upper bound, lower bound, and name as specified, for column-wise modeling.
Public methodNumVar(Column, Double, Double, NumVarType, String)
Creates and returns a new modeling variable with the specified name, type, lower bound, and upper bound for column-wise modeling in the target column.

See Also