[Coin-discuss] OsiClp addRows

Matthew Galati Matthew.Galati at sas.com
Sat Jun 23 20:41:48 EDT 2007


Can a derived addRows of the following prototype be added to OsiClp?

   OsiSolverInterface::addRows(const int numrows,
			    const int * rowStarts, const int * columns, const double * elements,
			    const double* rowlb, const double* rowub)

The base implementation is terribly slow. And, I suspect that this addRows is very similar to the others already in OsiClp.

Thanks,
Matt




More information about the Coin-discuss mailing list