Creates and returns an array of Boolean (or binary) modeling variables for column-wise modeling.
Creates and returns an array of Boolean (or binary) modeling variables for column-wise modeling.
IIntVar[] BoolVarArray(ColumnArray);
Creates and returns an array of Boolean (or binary) modeling variables with names for column-wise modeling.
IIntVar[] BoolVarArray(ColumnArray,string[]);