COIN-OR::LEMON - Graph Library

source: lemon/lemon/config.h.in @ 641:d657c71db7db

Last change on this file since 641:d657c71db7db was 614:3314f58e7b25, checked in by Balazs Dezso <deba@…>, 15 years ago

Add CBC support (#204)

File size: 455 bytes
RevLine 
[564]1/* Define to 1 if you have long long */
2#undef HAVE_LONG_LONG
3
[480]4/* Define to 1 if you have any LP solver. */
5#undef HAVE_LP
6
7/* Define to 1 if you have any MIP solver. */
8#undef HAVE_MIP
9
[1]10/* Define to 1 if you have CPLEX. */
11#undef HAVE_CPLEX
12
13/* Define to 1 if you have GLPK. */
14#undef HAVE_GLPK
[515]15
[481]16/* Define to 1 if you have SOPLEX */
[482]17#undef HAVE_SOPLEX
18
19/* Define to 1 if you have CLP */
20#undef HAVE_CLP
[614]21
22/* Define to 1 if you have CBC */
23#undef HAVE_CBC
Note: See TracBrowser for help on using the repository browser.