[Osi-tickets] [COIN-OR Open Solver Interface] #118: Current version 0.107.9 Incompatible with glpk-4.65

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


#118: Current version 0.107.9 Incompatible with glpk-4.65
----------------------------+-------------------
 Reporter:  yurivict        |      Owner:  mjs
     Type:  defect          |     Status:  new
 Priority:  major           |  Milestone:
Component:  Osi Base Class  |    Version:  0.104
 Keywords:                  |
----------------------------+-------------------
 {{{
 OsiGlpkSolverInterface.cpp:169:13: error: use of undeclared identifier
 'lpx_simplex'
   int err = lpx_simplex(model) ;
             ^
 OsiGlpkSolverInterface.cpp:179:14: error: use of undeclared identifier
 'LPX_E_SING'
   if (err == LPX_E_SING || err == LPX_E_FAULT) {
              ^
 OsiGlpkSolverInterface.cpp:179:35: error: use of undeclared identifier
 'LPX_E_FAULT'
   if (err == LPX_E_SING || err == LPX_E_FAULT) {
                                   ^
 OsiGlpkSolverInterface.cpp:180:5: error: use of undeclared identifier
 'lpx_adv_basis'
     lpx_adv_basis(model);
     ^
 }}}

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