Overload List

  NameDescription
Public methodBoolVar()()()()
Creates and returns a new Boolean variable (domain 0,1).
Public methodBoolVar(String)
Creates and returns a new Boolean variable (domain 0,1) with the specified name.
Public methodBoolVar(Column)
Creates and returns a Boolean variable (domain 0, 1) representing a column.
Public methodBoolVar(Column, String)
Creates and returns a Boolean variable (domain 0, 1) representing a column with a name.

See Also