lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 12 May 2009 12:06:40 +0200
changeset 663 8b0df68370a4
parent 567 3314f58e7b25
parent 511 8a144437db7d
child 678 d1e1cd94bf49
permissions -rw-r--r--
Fix the GEQ/LEQ handling in NetworkSimplex + improve doc (#291)

- Fix the optimality conditions for the GEQ/LEQ form.
- Fix the initialization of the algortihm. It ensures correct
solutions and it is much faster for the inequality forms.
- Fix the pivot rules to search all the arcs that have to be
allowed to get in the basis.
- Better block size for the Block Search pivot rule.
- Improve documentation of the problem and move it to a
separate page.
alpar@517
     1
/* Define to 1 if you have long long */
ladanyi@627
     2
#undef LEMON_HAVE_LONG_LONG
alpar@517
     3
alpar@457
     4
/* Define to 1 if you have any LP solver. */
ladanyi@627
     5
#undef LEMON_HAVE_LP
alpar@457
     6
alpar@457
     7
/* Define to 1 if you have any MIP solver. */
ladanyi@627
     8
#undef LEMON_HAVE_MIP
alpar@457
     9
ladanyi@1
    10
/* Define to 1 if you have CPLEX. */
ladanyi@511
    11
#undef LEMON_HAVE_CPLEX
ladanyi@1
    12
ladanyi@1
    13
/* Define to 1 if you have GLPK. */
ladanyi@511
    14
#undef LEMON_HAVE_GLPK
alpar@496
    15
deba@458
    16
/* Define to 1 if you have SOPLEX */
ladanyi@627
    17
#undef LEMON_HAVE_SOPLEX
deba@459
    18
deba@459
    19
/* Define to 1 if you have CLP */
ladanyi@627
    20
#undef LEMON_HAVE_CLP
deba@567
    21
deba@567
    22
/* Define to 1 if you have CBC */
ladanyi@627
    23
#undef LEMON_HAVE_CBC