lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 30 Jan 2012 20:21:45 +0100
changeset 984 fcb6ad1e67d0
parent 678 d1e1cd94bf49
child 981 cdd2c7dad989
permissions -rw-r--r--
Improve the Altering List pivot rule for NetworkSimplex (#435)
Much less candidate arcs are preserved from an iteration to the
next one and partial_sort() is used instead of heap operations.
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
deba@979
    27
deba@979
    28
/* Define to 1 if you have pthread */
deba@979
    29
#undef LEMON_USE_PTHREAD
deba@979
    30
deba@979
    31
/* Define to 1 if you have win32 threads */
deba@979
    32
#undef LEMON_USE_WIN32_THREADS