lemon/config.h.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Thu, 06 Aug 2009 20:28:28 +0200
changeset 761 5795860737f5
parent 627 20dac2104519
permissions -rw-r--r--
Traits class + named parameters for MinMeanCycle (#179)

- Add a Traits class defining LargeValue, Tolerance, Path types.
LargeValue is used for internal computations, it is 'long long'
if the length type is integer, otherwise it is 'double'.
- Add named template parameters for LargeValue and Path types.
- Improve numerical stability: remove divisions from the internal
computations. If the arc lengths are integers, then all used
values are integers (except for the cycleMean() query function,
of course).
ladanyi@678
     1
#define LEMON_VERSION "@PROJECT_VERSION@"
ladanyi@500
     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