lemon/config.h.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 10 Oct 2009 08:18:46 +0200
changeset 755 134852d7fb0a
parent 627 20dac2104519
permissions -rw-r--r--
Insert citations into the doc (#184)

- Add general citations to modules.
- Add specific citations for max flow and min cost flow algorithms.
- Add citations for the supported LP and MIP solvers.
- Extend the main page.
- Replace inproceedings entries with the journal versions.
- Add a new bibtex entry about network simplex.
- Remove unwanted entries.
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