lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Wed, 10 Feb 2010 19:05:20 +0100
changeset 898 75c97c3786d6
parent 674 20dac2104519
child 1131 43a91b33f374
permissions -rw-r--r--
Handle graph changes in the MCF algorithms (#327)

The reset() functions are renamed to resetParams() and the new reset()
functions handle the graph chnages, as well.
ladanyi@725
     1
/* The version string */
ladanyi@725
     2
#undef LEMON_VERSION
ladanyi@725
     3
alpar@564
     4
/* Define to 1 if you have long long */
ladanyi@674
     5
#undef LEMON_HAVE_LONG_LONG
alpar@564
     6
alpar@480
     7
/* Define to 1 if you have any LP solver. */
ladanyi@674
     8
#undef LEMON_HAVE_LP
alpar@480
     9
alpar@480
    10
/* Define to 1 if you have any MIP solver. */
ladanyi@674
    11
#undef LEMON_HAVE_MIP
alpar@480
    12
ladanyi@1
    13
/* Define to 1 if you have CPLEX. */
ladanyi@540
    14
#undef LEMON_HAVE_CPLEX
ladanyi@1
    15
ladanyi@1
    16
/* Define to 1 if you have GLPK. */
ladanyi@540
    17
#undef LEMON_HAVE_GLPK
alpar@515
    18
deba@481
    19
/* Define to 1 if you have SOPLEX */
ladanyi@674
    20
#undef LEMON_HAVE_SOPLEX
deba@482
    21
deba@482
    22
/* Define to 1 if you have CLP */
ladanyi@674
    23
#undef LEMON_HAVE_CLP
deba@614
    24
deba@614
    25
/* Define to 1 if you have CBC */
ladanyi@674
    26
#undef LEMON_HAVE_CBC