COIN-OR::LEMON - Graph Library

Changeset 458:7afc121e0689 in lemon-1.2 for configure.ac


Ignore:
Timestamp:
12/02/08 21:40:33 (15 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Port LP and MIP solvers from SVN -r3509 (#44)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r457 r458  
    5151
    5252dnl Checks for libraries.
    53 #LX_CHECK_GLPK
    54 #LX_CHECK_CPLEX
    55 #LX_CHECK_SOPLEX
     53LX_CHECK_GLPK
     54LX_CHECK_CPLEX
     55LX_CHECK_SOPLEX
    5656
    5757AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
     
    118118echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS
    119119echo
    120 #echo GLPK support.................. : $lx_glpk_found
    121 #echo CPLEX support................. : $lx_cplex_found
    122 #echo SOPLEX support................ : $lx_soplex_found
    123 #echo
     120echo GLPK support.................. : $lx_glpk_found
     121echo CPLEX support................. : $lx_cplex_found
     122echo SOPLEX support................ : $lx_soplex_found
     123echo
    124124echo Build demo programs........... : $enable_demo
    125125echo Build additional tools........ : $enable_tools
Note: See TracChangeset for help on using the changeset viewer.