lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Wed, 04 Mar 2009 14:56:09 +0100
changeset 593 d6b40ebb2617
parent 482 ed54c0d13df0
parent 515 7992dcb0d0e6
child 614 3314f58e7b25
permissions -rw-r--r--
Doc improvements in GomoryHu (#66)
And make init() and start() private + bug fix in the test file.
alpar@564
     1
/* Define to 1 if you have long long */
alpar@564
     2
#undef HAVE_LONG_LONG
alpar@564
     3
alpar@480
     4
/* Define to 1 if you have any LP solver. */
alpar@480
     5
#undef HAVE_LP
alpar@480
     6
alpar@480
     7
/* Define to 1 if you have any MIP solver. */
alpar@480
     8
#undef HAVE_MIP
alpar@480
     9
ladanyi@1
    10
/* Define to 1 if you have CPLEX. */
ladanyi@1
    11
#undef HAVE_CPLEX
ladanyi@1
    12
ladanyi@1
    13
/* Define to 1 if you have GLPK. */
ladanyi@1
    14
#undef HAVE_GLPK
alpar@515
    15
deba@481
    16
/* Define to 1 if you have SOPLEX */
deba@482
    17
#undef HAVE_SOPLEX
deba@482
    18
deba@482
    19
/* Define to 1 if you have CLP */
deba@482
    20
#undef HAVE_CLP