[Osi-tickets] [COIN-OR Open Solver Interface] #117: Current version 0.107.9 Incompatible with SoPlex-4.0.0

COIN-OR Open Solver Interface coin-trac at coin-or.org
Mon Dec 10 02:05:41 EST 2018


#117: Current version 0.107.9 Incompatible with SoPlex-4.0.0
----------------------------+-------------------
 Reporter:  yurivict        |      Owner:  mjs
     Type:  defect          |     Status:  new
 Priority:  major           |  Milestone:
Component:  Osi Base Class  |    Version:  0.104
 Keywords:                  |
----------------------------+-------------------
 I have SoPlex-4.0.0 installed on FreeBSD 11.2 from the port.

 The Osi-0.107.9 build fails:
 {{{
 OsiSpxSolverInterface.cpp:93:16: error: no member named 'rep' in
 'soplex::SoPlex'
   if( soplex_->rep() != soplex::SPxSolver::COLUMN )
       ~~~~~~~  ^
 OsiSpxSolverInterface.cpp:94:14: error: no member named 'setRep' in
 'soplex::SoPlex'
     soplex_->setRep( soplex::SPxSolver::COLUMN );
     ~~~~~~~  ^
 OsiSpxSolverInterface.cpp:99:18: error: no member named 'type' in
 'soplex::SoPlex'
     if( soplex_->type() != soplex::SPxSolver::LEAVE )
         ~~~~~~~  ^
 }}}

--
Ticket URL: <https://projects.coin-or.org/Osi/ticket/117>
COIN-OR Open Solver Interface <https://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