lemon/config.h.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Thu, 06 Aug 2009 20:12:43 +0200
changeset 760 83ce7ce39f21
parent 627 20dac2104519
child 979 43a91b33f374
permissions -rw-r--r--
Rework and fix the implementation of MinMeanCycle (#179)

- Fix the handling of the cycle means.
- Many implementation improvements:
- More efficient data storage for the strongly connected
components.
- Better handling of BFS queues.
- Merge consecutive BFS searches (perform two BFS searches
instead of three).

This version is about two times faster on average and an order of
magnitude faster if there are a lot of strongly connected components.
ladanyi@678
     1
#define LEMON_VERSION "@PROJECT_VERSION@"
ladanyi@511
     2
#cmakedefine LEMON_HAVE_LONG_LONG 1
ladanyi@627
     3
#cmakedefine LEMON_HAVE_LP 1
ladanyi@627
     4
#cmakedefine LEMON_HAVE_MIP 1
ladanyi@627
     5
#cmakedefine LEMON_HAVE_GLPK 1
ladanyi@627
     6
#cmakedefine LEMON_HAVE_CPLEX 1
ladanyi@627
     7
#cmakedefine LEMON_HAVE_CLP 1
ladanyi@627
     8
#cmakedefine LEMON_HAVE_CBC 1