Creates a new Boolean (or binary) modeling variable for column-wise modeling.
Creates a new Boolean (or binary) modeling variable for column-wise modeling.
IIntVar BoolVar(Column);
Creates a new Boolean (or binary) modeling variable, with the specified name, for column-wise modeling.
IIntVar BoolVar(Column,string);