lemon/config.h.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 13 Nov 2009 00:10:33 +0100
changeset 881 aef153f430e1
parent 674 20dac2104519
child 1131 43a91b33f374
permissions -rw-r--r--
Entirely rework cycle canceling algorithms (#180)

- Move the cycle canceling algorithms (CycleCanceling, CancelAndTighten)
into one class (CycleCanceling).
- Add a Method parameter to the run() function to be able to select
the used cycle canceling method.
- Use the new interface similarly to NetworkSimplex.
- Rework the implementations using an efficient internal structure
for handling the residual network.
This improvement made the codes much faster.
- Handle GEQ supply type (LEQ is not supported).
- Handle infinite upper bounds.
- Handle negative costs (for arcs of finite upper bound).
- Extend the documentation.
ladanyi@725
     1
#define LEMON_VERSION "@PROJECT_VERSION@"
ladanyi@540
     2
#cmakedefine LEMON_HAVE_LONG_LONG 1
ladanyi@674
     3
#cmakedefine LEMON_HAVE_LP 1
ladanyi@674
     4
#cmakedefine LEMON_HAVE_MIP 1
ladanyi@674
     5
#cmakedefine LEMON_HAVE_GLPK 1
ladanyi@674
     6
#cmakedefine LEMON_HAVE_CPLEX 1
ladanyi@674
     7
#cmakedefine LEMON_HAVE_CLP 1
ladanyi@674
     8
#cmakedefine LEMON_HAVE_CBC 1