Location: LEMON/LEMON-official/lemon/config.h.in - annotation
Load file history
Thread safe map construction and destruction (#223)
It currently support pthread and windows threads.
r725:d1e1cd94bf49 r725:d1e1cd94bf49 r725:d1e1cd94bf49 r564:2b6d5d22bb23 r674:20dac2104519 r564:2b6d5d22bb23 r480:69928a704ffb r674:20dac2104519 r480:69928a704ffb r480:69928a704ffb r674:20dac2104519 r480:69928a704ffb r1:51eaad3a817b r540:8a144437db7d r1:51eaad3a817b r1:51eaad3a817b r540:8a144437db7d r515:7992dcb0d0e6 r481:7afc121e0689 r674:20dac2104519 r482:ed54c0d13df0 r482:ed54c0d13df0 r674:20dac2104519 r614:3314f58e7b25 r614:3314f58e7b25 r674:20dac2104519 r1131:43a91b33f374 r1131:43a91b33f374 r1131:43a91b33f374 r1131:43a91b33f374 r1131:43a91b33f374 r1131:43a91b33f374 | /* The version string */
#undef LEMON_VERSION
/* Define to 1 if you have long long */
#undef LEMON_HAVE_LONG_LONG
/* Define to 1 if you have any LP solver. */
#undef LEMON_HAVE_LP
/* Define to 1 if you have any MIP solver. */
#undef LEMON_HAVE_MIP
/* Define to 1 if you have CPLEX. */
#undef LEMON_HAVE_CPLEX
/* Define to 1 if you have GLPK. */
#undef LEMON_HAVE_GLPK
/* Define to 1 if you have SOPLEX */
#undef LEMON_HAVE_SOPLEX
/* Define to 1 if you have CLP */
#undef LEMON_HAVE_CLP
/* Define to 1 if you have CBC */
#undef LEMON_HAVE_CBC
/* Define to 1 if you have pthread */
#undef LEMON_USE_PTHREAD
/* Define to 1 if you have win32 threads */
#undef LEMON_USE_WIN32_THREADS
|