COIN-OR::LEMON - Graph Library

Changeset 2315:bd09e00b64bb in lemon-0.x


Ignore:
Timestamp:
11/29/06 18:34:29 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3091
Message:

Configuration files for soplex

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r2260 r2315  
    99        autopackage/default.apspec.in \
    1010        m4/lx_check_cplex.m4 \
    11         m4/lx_check_glpk.m4
     11        m4/lx_check_glpk.m4 \
     12        m4/lx_check_soplex.m4
    1213
    1314pkgconfigdir = $(libdir)/pkgconfig
  • configure.ac

    r2237 r2315  
    2626LX_CHECK_GLPK
    2727LX_CHECK_CPLEX
     28LX_CHECK_SOPLEX
    2829
    2930dnl Enable/disable installing the documentation
     
    114115echo GLPK support.................. : $lx_glpk_found
    115116echo CPLEX support................. : $lx_cplex_found
     117echo SOPLEX support................ : $lx_soplex_found
    116118echo
    117119echo build benchmarks.............. : $enable_benchmark
Note: See TracChangeset for help on using the changeset viewer.