Overload List

  NameDescription
Public methodNumVar(Double, Double)
Creates and returns a numeric variable with specified bounds.
Public methodNumVar(Double, Double, NumVarType)
Creates and returns a numeric variable with bounds and specified type.
Public methodNumVar(Double, Double, String)
Creates and returns a numeric variable with specified bounds and name.
Public methodNumVar(Column, Double, Double)
Creates and returns a numeric variable representing a column with a specified lower and upper bound.
Public methodNumVar(Double, Double, NumVarType, String)
Creates and returns a named numeric variable with bounds and specified type.
Public methodNumVar(Column, Double, Double, NumVarType)
Creates and returns a numeric variable representing a column with specified lower and upper bounds as well as type.
Public methodNumVar(Column, Double, Double, String)
Creates and returns a named numeric variable representing representing a column with a specified lower and upper bound.
Public methodNumVar(Column, Double, Double, NumVarType, String)
Creates and returns a named numeric variable representing a column with specified lower and upper bounds as well as type.

See Also