ILOG CPLEX .NET Reference Manual

ILPMatrix.AddColumn Method

Adds a new empty column to an LP matrix.

Overload List

Adds a new empty column to an LP matrix.

int AddColumn(INumVar);

Adds a new column to an LP matrix.

int AddColumn(INumVar,int[],double[]);

See Also

ILPMatrix Interface | ILOG.Concert Namespace