COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/config.h.in @ 649:76cbcb3e9bbb

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

Merge and extend the fix of #275

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