COIN-OR::LEMON - Graph Library

Changeset 2363:2aabce558574 in lemon-0.x for m4/lx_check_soplex.m4


Ignore:
Timestamp:
02/15/07 15:22:08 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3174
Message:

Changes on the LP interface

_FixId => LpId?

  • handling of not common ids soplex

LpGlpk? row and col erase bug fix

  • calling lpx_std_basis before simplex

LpSoplex?

  • added getter functions
  • better m4 file
  • integration to the tests
  • better handling of unsolved lps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/lx_check_soplex.m4

    r2313 r2363  
    1919
    2020    if test x"$with_soplex_includedir" != x"no"; then
    21       SOPLEX_CFLAGS="-I$with_soplex_includedir"
     21      SOPLEX_CXXFLAGS="-I$with_soplex_includedir"
    2222    elif test x"$with_soplex" != x"yes"; then
    23       SOPLEX_CFLAGS="-I$with_soplex/include"
     23      SOPLEX_CXXFLAGS="-I$with_soplex/include"
    2424    fi
    2525
     
    3434    lx_save_ldflags="$LDFLAGS"
    3535    lx_save_libs="$LIBS"
    36     CXXFLAGS="$SOPLEX_CFLAGS"
     36    CXXFLAGS="$SOPLEX_CXXFLAGS"
    3737    LDFLAGS="$SOPLEX_LDFLAGS"
    3838    LIBS="$SOPLEX_LIBS"
     
    5959      AC_MSG_RESULT([yes])
    6060    else
    61       SOPLEX_CFLAGS=""
     61      SOPLEX_CXXFLAGS=""
    6262      SOPLEX_LDFLAGS=""
    6363      SOPLEX_LIBS=""
     
    6666  fi
    6767  SOPLEX_LIBS="$SOPLEX_LDFLAGS $SOPLEX_LIBS"
    68   AC_SUBST(SOPLEX_CFLAGS)
     68  AC_SUBST(SOPLEX_CXXFLAGS)
    6969  AC_SUBST(SOPLEX_LIBS)
    7070  AM_CONDITIONAL([HAVE_SOPLEX], [test x"$lx_soplex_found" = x"yes"])
Note: See TracChangeset for help on using the changeset viewer.