ILOG CPLEX .NET Reference Manual

ILPMatrix.AddRow Method

Adds a range constraint as a new row to an LP matrix.

Overload List

Adds a range constraint as a new row to an LP matrix.

int AddRow(IRange);

Adds a new row to the LP matrix.

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

See Also

ILPMatrix Interface | ILOG.Concert Namespace