lemon/config.h.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Wed, 10 Feb 2010 19:05:20 +0100
changeset 898 75c97c3786d6
parent 674 20dac2104519
child 1131 43a91b33f374
permissions -rw-r--r--
Handle graph changes in the MCF algorithms (#327)

The reset() functions are renamed to resetParams() and the new reset()
functions handle the graph chnages, as well.
     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