lemon/config.h.cmake
author Balazs Dezso <deba@inf.elte.hu>
Thu, 24 Jun 2010 09:27:53 +0200
changeset 982 bb70ad62c95f
parent 674 20dac2104519
child 1131 43a91b33f374
permissions -rw-r--r--
Fix critical bug in preflow (#372)

The wrong transition between the bound decrease and highest active
heuristics caused the bug. The last node chosen in bound decrease mode
is used in the first iteration in highest active mode.
     1 #define LEMON_VERSION "@PROJECT_VERSION@"
     2 #cmakedefine LEMON_HAVE_LONG_LONG 1
     3 #cmakedefine LEMON_HAVE_LP 1
     4 #cmakedefine LEMON_HAVE_MIP 1
     5 #cmakedefine LEMON_HAVE_GLPK 1
     6 #cmakedefine LEMON_HAVE_CPLEX 1
     7 #cmakedefine LEMON_HAVE_CLP 1
     8 #cmakedefine LEMON_HAVE_CBC 1