[Osi-tickets] [COIN-OR Open Solver Interface] #53: bugs in OsiCpx::getDualRay

COIN-OR Open Solver Interface coin-trac at coin-or.org
Fri Apr 4 07:25:45 EDT 2008


#53: bugs in OsiCpx::getDualRay
--------------------+-------------------------------------------------------
 Reporter:  stefan  |       Owner:  mjs
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:     
Component:  OsiCpx  |     Version:     
 Keywords:          |  
--------------------+-------------------------------------------------------
 Hi,

 there are two bugs in OsiCpx::getDualRay.[[BR]]
 Line 1408 should be
 {{{
    solver.addCols(newcols, cols, clb, cub, obj);
 }}}
 Line 1418 should be
 {{{
    const double* solverpi = solver.getRowPrice();
 }}}

 This is for Osi stable 0.98.

 Best,
 Stefan

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