lemon/config.h.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 29 Sep 2009 12:03:02 +0200
changeset 824 5764dd9b6e18
parent 674 20dac2104519
child 1131 43a91b33f374
permissions -rw-r--r--
Add a new build() function to StaticDigraph (#68)

This function builds the digraph from an arc list that
contains pairs of integer indices from the range [0..n-1].
It is useful in the cases when you would like to build a
StaticDigraph from scratch, i.e. you do not want to build
another digraph that can be copied using the other build()
function.
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