lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 20 Feb 2010 18:39:03 +0100
changeset 839 f3bc4e9b5f3a
parent 627 20dac2104519
child 979 43a91b33f374
permissions -rw-r--r--
New heuristics for MCF algorithms (#340)
and some implementation improvements.

- A useful heuristic is added to NetworkSimplex to make the
initial pivots faster.
- A powerful global update heuristic is added to CostScaling
and the implementation is reworked with various improvements.
- Better relabeling in CostScaling to improve numerical stability
and make the code faster.
- A small improvement is made in CapacityScaling for better
delta computation.
- Add notes to the classes about the usage of vector<char> instead
of vector<bool> for efficiency reasons.
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