[Osi-tickets] [COIN-OR Open Solver Interface] #33: OsiCpxSolverInterface.cpp does not compile

COIN-OR Open Solver Interface coin-trac at coin-or.org
Fri Jun 8 08:48:14 EDT 2007


#33: OsiCpxSolverInterface.cpp does not compile
---------------------+------------------------------------------------------
 Reporter:  fmargot  |       Owner:  mjs
     Type:  defect   |      Status:  new
 Priority:  major    |   Milestone:     
Component:  OsiCpx   |     Version:     
 Keywords:           |  
---------------------+------------------------------------------------------
 In Osi/trunk:

 line 1456 of OsiCpxSolverInterface.cpp should be

            obj_[indexFirst[i]] = coeffList[i];

 instead of

            obj_[indexfirst[i]] = coeffList[i];

 Note also that there is a number of warnings of the type:

 ../../../../Osi/src/OsiCpx/OsiCpxSolverInterface.cpp: In member function
 'virtual bool OsiCpxSolverInterface::setIntParam(OsiIntParam, int)':
 ../../../../Osi/src/OsiCpx/OsiCpxSolverInterface.cpp:353: warning:
 enumeration value 'OsiNameDiscipline' not handled in switch

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