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 500 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.
     1 /* Define to 1 if you have long long */
     2 #undef LEMON_HAVE_LONG_LONG
     3 
     4 /* Define to 1 if you have any LP solver. */
     5 #undef LEMON_HAVE_LP
     6 
     7 /* Define to 1 if you have any MIP solver. */
     8 #undef LEMON_HAVE_MIP
     9 
    10 /* Define to 1 if you have CPLEX. */
    11 #undef LEMON_HAVE_CPLEX
    12 
    13 /* Define to 1 if you have GLPK. */
    14 #undef LEMON_HAVE_GLPK
    15 
    16 /* Define to 1 if you have SOPLEX */
    17 #undef LEMON_HAVE_SOPLEX
    18 
    19 /* Define to 1 if you have CLP */
    20 #undef LEMON_HAVE_CLP
    21 
    22 /* Define to 1 if you have CBC */
    23 #undef LEMON_HAVE_CBC