Creates an integer modeling variable, with specified upper and lower bound, for column-wise modeling.
Creates an integer modeling variable, with specified upper and lower bound, for column-wise modeling.
IIntVar IntVar(Column,int,int);
Creates an integer modeling variable with specified upper bound, lower bound, and name for column-wise modeling.
IIntVar IntVar(Column,int,int,string);