Overload List

  Name Description
Public method BoolVarArray(Int32)
Creates and returns an array of n new Boolean variables (domain 0,1).
(Inherited from IModeler.)
Public method BoolVarArray(IColumnArray)
Creates and returns an array of Boolean (or binary) modeling variables for column-wise modeling.
Public method BoolVarArray(Int32, array<String>[]()[][])
Creates and returns an array of n new Boolean variables (domain 0,1).
(Inherited from IModeler.)
Public method BoolVarArray(IColumnArray, array<String>[]()[][])
Creates a new Boolean (or binary) modeling variable, with the specified name, for column-wise modeling.

This method returns an object representing a new modeling variable of type INumVarType.Bool with the specified name. The newly created variable is then installed in existing modeling objects as defined by the IColumn argument column.

See Also