COIN-OR::LEMON - Graph Library

Changeset 480:69928a704ffb in lemon for m4/lx_check_soplex.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_soplex.m4

    r187 r480  
    5757    if test x"$lx_soplex_found" = x"yes"; then
    5858      AC_DEFINE([HAVE_SOPLEX], [1], [Define to 1 if you have SOPLEX.])
     59      lx_lp_found=yes
     60      AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.])
    5961      AC_MSG_RESULT([yes])
    6062    else
Note: See TracChangeset for help on using the changeset viewer.