[Osi-tickets] [COIN-OR Open Solver Interface] #30: Problem with OsiGlpk and Glpk Version 4.16

COIN-OR Open Solver Interface coin-trac at coin-or.org
Sun May 13 02:50:46 EDT 2007


#30: Problem with OsiGlpk and Glpk Version 4.16
---------------------+------------------------------------------------------
 Reporter:  kmartin  |       Owner:  mjs   
     Type:  defect   |      Status:  new   
 Priority:  minor    |   Milestone:        
Component:  OsiGlpk  |     Version:  0.95.2
 Keywords:           |  
---------------------+------------------------------------------------------
 Problem:

 configure.ac in the Osi root directory has the line

 AC_COIN_HAS_USER_LIBRARY([Glpk],[GLPK],[glpk.h],[glp_lpx_simplex])

 However, in the more recent version of Glpk 4.16 glp_lpx_simplex is
 replaced with
 _glp_lpx_simplex. Hence the configure script crashes. One fix is to simply
 use

 AC_COIN_HAS_USER_LIBRARY([Glpk],[GLPK],[glpk.h],[])

 Thanks

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