COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/config.h.in @ 517:2b6d5d22bb23

Last change on this file since 517:2b6d5d22bb23 was 517:2b6d5d22bb23, checked in by Alpar Juttner <alpar@…>, 15 years ago

Merge

File size: 404 bytes
RevLine 
[517]1/* Define to 1 if you have long long */
2#undef HAVE_LONG_LONG
3
[457]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
[485]15
[458]16/* Define to 1 if you have SOPLEX */
[459]17#undef HAVE_SOPLEX
18
19/* Define to 1 if you have CLP */
20#undef HAVE_CLP
Note: See TracBrowser for help on using the repository browser.