[OBOE-tickets] [OBOE] #12: glpk support

OBOE coin-trac at coin-or.org
Mon Jun 28 07:13:05 EDT 2010


#12: glpk support
------------------------+---------------------------------------------------
 Reporter:  axjiang     |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  minor       |   Milestone:          
Component:  component1  |     Version:          
 Keywords:              |  
------------------------+---------------------------------------------------
 1. It wasn't clear which configuration options are required to compile in
 GLPK support. The README file talks about --with-glpk, but then configure
 --help talks about --with-glpk-incdir and --with-glpk-lib. I ended up
 using both approaches and it seems to compile.

 2. However, at run time it still complains that glpk is not supported.
 This seems to be due to the following: LocSet.C is only checking for
 OBOE_HAS_GLPK, on the other hand only COIN_HAS_GLPK got defined in
 config.h. As a workaround, I added definition for OBOE_HAS_GLPK to
 config.h and it worked. Should LocSet.C be checking for COIN_HAS_GLPK as
 well?

-- 
Ticket URL: <https://projects.coin-or.org/OBOE/ticket/12>
OBOE <https://projects.coin-or.org/OBOE>
OBOE



More information about the OBOE-tickets mailing list