lemon/config.h.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 12 May 2009 12:06:40 +0200
changeset 663 8b0df68370a4
parent 621 b536eaacb39b
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.
ladanyi@500
     1
#cmakedefine LEMON_HAVE_LONG_LONG 1
ladanyi@627
     2
#cmakedefine LEMON_HAVE_LP 1
ladanyi@627
     3
#cmakedefine LEMON_HAVE_MIP 1
ladanyi@627
     4
#cmakedefine LEMON_HAVE_GLPK 1
ladanyi@627
     5
#cmakedefine LEMON_HAVE_CPLEX 1
ladanyi@627
     6
#cmakedefine LEMON_HAVE_CLP 1
ladanyi@627
     7
#cmakedefine LEMON_HAVE_CBC 1