COIN-OR::LEMON - Graph Library

source: lemon-main/lemon/config.h.in @ 979:43a91b33f374

Last change on this file since 979:43a91b33f374 was 979: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: 690 bytes
RevLine 
[678]1/* The version string */
2#undef LEMON_VERSION
3
[517]4/* Define to 1 if you have long long */
[627]5#undef LEMON_HAVE_LONG_LONG
[517]6
[457]7/* Define to 1 if you have any LP solver. */
[627]8#undef LEMON_HAVE_LP
[457]9
10/* Define to 1 if you have any MIP solver. */
[627]11#undef LEMON_HAVE_MIP
[457]12
[1]13/* Define to 1 if you have CPLEX. */
[511]14#undef LEMON_HAVE_CPLEX
[1]15
16/* Define to 1 if you have GLPK. */
[511]17#undef LEMON_HAVE_GLPK
[496]18
[458]19/* Define to 1 if you have SOPLEX */
[627]20#undef LEMON_HAVE_SOPLEX
[459]21
22/* Define to 1 if you have CLP */
[627]23#undef LEMON_HAVE_CLP
[567]24
25/* Define to 1 if you have CBC */
[627]26#undef LEMON_HAVE_CBC
[979]27
28/* Define to 1 if you have pthread */
29#undef LEMON_USE_PTHREAD
30
31/* Define to 1 if you have win32 threads */
32#undef LEMON_USE_WIN32_THREADS
Note: See TracBrowser for help on using the repository browser.