lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 15 Mar 2011 19:32:21 +0100
changeset 936 ddd3c0d3d9bf
parent 627 20dac2104519
child 979 43a91b33f374
permissions -rw-r--r--
Implement the scaling Price Refinement heuristic in CostScaling (#417)
instead of Early Termination.

These two heuristics are similar, but the newer one is faster
and not only makes it possible to skip some epsilon phases, but
it can improve the performance of the other phases, as well.
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@511
    14
#undef LEMON_HAVE_CPLEX
ladanyi@1
    15
ladanyi@1
    16
/* Define to 1 if you have GLPK. */
ladanyi@511
    17
#undef LEMON_HAVE_GLPK
alpar@496
    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