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[]);
ILPMatrix Interface | ILOG.Concert Namespace