[Osi-tickets] [COIN-OR Open Solver Interface] #67: Add column bug in OsiCbcSolverInterface

COIN-OR Open Solver Interface coin-trac at coin-or.org
Mon Aug 18 10:50:11 EDT 2008


#67: Add column bug in OsiCbcSolverInterface
--------------------+-------------------------------------------------------
 Reporter:  lannez  |       Owner:  lou
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:     
Component:  OsiCbc  |     Version:     
 Keywords:          |  
--------------------+-------------------------------------------------------
 Found a bug in OsiCbcSolverInterface::addCol(...)

 piece of code which shows the bug :

 {
   OsiCbcSolverInterface m;

   CoinPackedVector c0;
   c0.insert(0, 4);
   c0.insert(1, 1);
   m.addCol(c0, 0, 1, 3);
 }

 trunk version, date: 2008/08/18

-- 
Ticket URL: <https://projects.coin-or.org/Osi/ticket/67>
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