Overload List

  Name Description
Public method BoolVar()()()()
Creates and returns a new Boolean variable (domain 0,1).
(Inherited from IModeler.)
Public method BoolVar(String)
Creates and returns a new Boolean variable (domain 0,1) with its name.
(Inherited from IModeler.)
Public method BoolVar(IColumn)
Creates a new Boolean (or binary) modeling variable for column-wise modeling.
Public method BoolVar(IColumn, String)
Creates a new Boolean (or binary) modeling variable, with the specified name, for column-wise modeling.

See Also