COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/config.h.in @ 636:6dc44006c1a8

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

Merge and extend the fix of #275

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