lemon/config.h.in
author Balazs Dezso <deba@inf.elte.hu>
Thu, 24 Jun 2010 09:27:53 +0200
changeset 894 bb70ad62c95f
parent 627 20dac2104519
permissions -rw-r--r--
Fix critical bug in preflow (#372)

The wrong transition between the bound decrease and highest active
heuristics caused the bug. The last node chosen in bound decrease mode
is used in the first iteration in highest active mode.
ladanyi@678
     1
/* The version string */
ladanyi@678
     2
#undef LEMON_VERSION
ladanyi@678
     3
alpar@517
     4
/* Define to 1 if you have long long */
ladanyi@627
     5
#undef LEMON_HAVE_LONG_LONG
alpar@517
     6
alpar@457
     7
/* Define to 1 if you have any LP solver. */
ladanyi@627
     8
#undef LEMON_HAVE_LP
alpar@457
     9
alpar@457
    10
/* Define to 1 if you have any MIP solver. */
ladanyi@627
    11
#undef LEMON_HAVE_MIP
alpar@457
    12
ladanyi@1
    13
/* Define to 1 if you have CPLEX. */
ladanyi@500
    14
#undef LEMON_HAVE_CPLEX
ladanyi@1
    15
ladanyi@1
    16
/* Define to 1 if you have GLPK. */
ladanyi@500
    17
#undef LEMON_HAVE_GLPK
alpar@485
    18
deba@458
    19
/* Define to 1 if you have SOPLEX */
ladanyi@627
    20
#undef LEMON_HAVE_SOPLEX
deba@459
    21
deba@459
    22
/* Define to 1 if you have CLP */
ladanyi@627
    23
#undef LEMON_HAVE_CLP
deba@567
    24
deba@567
    25
/* Define to 1 if you have CBC */
ladanyi@627
    26
#undef LEMON_HAVE_CBC