ILOG CPLEX .NET Reference Manual

ILPMatrix.AddRows Method

Adds range constraints as new rows to an LP matrix.

Overload List

Adds range constraints as new rows to an LP matrix.

int AddRows(IRange[]);

Adds a set of range constraints as new rows to an LP matrix.

int AddRows(IRange[],int,int);

Adds a set of new rows to LP matrix.

int AddRows(double[],double[],int[][],double[][]);

See Also

ILPMatrix Interface | ILOG.Concert Namespace