Adds range constraints as new rows to an LP matrix.
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[][]);