Overload List

  NameDescription
Public methodBoolVar()()()()
Creates and returns a new Boolean variable (domain 0,1).
(Inherited from IModeler.)
Public methodBoolVar(String)
Creates and returns a new Boolean variable (domain 0,1) with its name.
(Inherited from IModeler.)
Public methodBoolVar(Column)
Creates a new Boolean (or binary) modeling variable for column-wise modeling.
Public methodBoolVar(Column, String)
Creates a new Boolean (or binary) modeling variable, with the specified name, for column-wise modeling.

See Also