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.
     1 /* The version string */
     2 #undef LEMON_VERSION
     3 
     4 /* Define to 1 if you have long long */
     5 #undef LEMON_HAVE_LONG_LONG
     6 
     7 /* Define to 1 if you have any LP solver. */
     8 #undef LEMON_HAVE_LP
     9 
    10 /* Define to 1 if you have any MIP solver. */
    11 #undef LEMON_HAVE_MIP
    12 
    13 /* Define to 1 if you have CPLEX. */
    14 #undef LEMON_HAVE_CPLEX
    15 
    16 /* Define to 1 if you have GLPK. */
    17 #undef LEMON_HAVE_GLPK
    18 
    19 /* Define to 1 if you have SOPLEX */
    20 #undef LEMON_HAVE_SOPLEX
    21 
    22 /* Define to 1 if you have CLP */
    23 #undef LEMON_HAVE_CLP
    24 
    25 /* Define to 1 if you have CBC */
    26 #undef LEMON_HAVE_CBC
    27 
    28 /* Define to 1 if you have pthread */
    29 #undef LEMON_USE_PTHREAD
    30 
    31 /* Define to 1 if you have win32 threads */
    32 #undef LEMON_USE_WIN32_THREADS