COIN-OR::LEMON - Graph Library

source: lemon/lemon/config.h.in @ 674:20dac2104519

Last change on this file since 674:20dac2104519 was 674:20dac2104519, checked in by Akos Ladanyi <ladanyi@…>, 15 years ago

Merge and extend the fix of #275

File size: 503 bytes
RevLine 
[564]1/* Define to 1 if you have long long */
[674]2#undef LEMON_HAVE_LONG_LONG
[564]3
[480]4/* Define to 1 if you have any LP solver. */
[674]5#undef LEMON_HAVE_LP
[480]6
7/* Define to 1 if you have any MIP solver. */
[674]8#undef LEMON_HAVE_MIP
[480]9
[1]10/* Define to 1 if you have CPLEX. */
[540]11#undef LEMON_HAVE_CPLEX
[1]12
13/* Define to 1 if you have GLPK. */
[540]14#undef LEMON_HAVE_GLPK
[515]15
[481]16/* Define to 1 if you have SOPLEX */
[674]17#undef LEMON_HAVE_SOPLEX
[482]18
19/* Define to 1 if you have CLP */
[674]20#undef LEMON_HAVE_CLP
[614]21
22/* Define to 1 if you have CBC */
[674]23#undef LEMON_HAVE_CBC
Note: See TracBrowser for help on using the repository browser.