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