COIN-OR::LEMON - Graph Library

Changeset 457:69928a704ffb in lemon-1.2 for m4/lx_check_cplex.m4


Ignore:
Timestamp:
01/12/09 13:22:11 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Add HAVE_LP and HAVE_MIP #defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/lx_check_cplex.m4

    r187 r457  
    6363    if test x"$lx_cplex_found" = x"yes"; then
    6464      AC_DEFINE([HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.])
     65      lx_lp_found=yes
     66      AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.])
     67      lx_mip_found=yes
     68      AC_DEFINE([HAVE_MIP], [1], [Define to 1 if you have any MIP solver.])
    6569      AC_MSG_RESULT([yes])
    6670    else
Note: See TracChangeset for help on using the changeset viewer.