[Osi-tickets] [COIN-OR Open Solver Interface] #82: bug in OsiClp::deleteCols

COIN-OR Open Solver Interface coin-trac at coin-or.org
Thu Aug 20 09:22:35 EDT 2009


#82: bug in OsiClp::deleteCols
---------------------+------------------------------------------------------
 Reporter:  mgalati  |       Owner:  mjs    
     Type:  defect   |      Status:  new    
 Priority:  major    |   Milestone:         
Component:  OsiClp   |     Version:  0.100.0
 Keywords:           |  
---------------------+------------------------------------------------------
 {{{
 Using wrong index.

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

 }}}

-- 
Ticket URL: <https://projects.coin-or.org/Osi/ticket/82>
COIN-OR Open Solver Interface <http://projects.coin-or.org/Osi>
An API for a variety of LP and MIP solvers (and more).



More information about the Osi-tickets mailing list