[Osi] bug in OsiClp::deleteCols

Matthew Galati magh at lehigh.edu
Thu Aug 20 09:23:03 EDT 2009


Using wrong index.

This:
      OsiSolverInterface::deleteColNames(firstDelete,num2-firstDelete);
should be this:

OsiSolverInterface::deleteColNames(indices[firstDelete],num2-firstDelete);


https://projects.coin-or.org/Osi/ticket/82#preview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/osi/attachments/20090820/24ac2e81/attachment.html>


More information about the Osi mailing list