COIN-OR::LEMON - Graph Library

source: lemon/lemon/config.h.cmake @ 1131:43a91b33f374

Last change on this file since 1131:43a91b33f374 was 1131:43a91b33f374, checked in by Balazs Dezso <deba@…>, 12 years ago

Thread safe map construction and destruction (#223)

It currently support pthread and windows threads.

File size: 332 bytes
Line 
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
9#cmakedefine LEMON_USE_PTHREAD 1
10#cmakedefine LEMON_USE_WIN32_THREADS 1
Note: See TracBrowser for help on using the repository browser.