ILOG CPLEX .NET Reference Manual

ILPMatrix.AddCols Method

Adds new empty columns to the LP matrix.

Overload List

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[][]);

See Also

ILPMatrix Interface | ILOG.Concert Namespace