Adds new empty columns to the LP matrix.
Adds new empty columns to the LP matrix.
int AddCols(INumVar[]);
Adds new empty columns to the LP matrix.
int AddCols(INumVar[],int,int);
Adds new columns to the LP matrix.
int AddCols(INumVar[],int[][],double[][]);