source:
lemon/lemon/config.h.in
@
969:6dd226d3dcba
Last change on this file since 969:6dd226d3dcba was 725:d1e1cd94bf49, checked in by , 16 years ago | |
---|---|
File size: 550 bytes |
Rev | Line | |
---|---|---|
[725] | 1 | /* The version string */ |
2 | #undef LEMON_VERSION | |
3 | ||
[564] | 4 | /* Define to 1 if you have long long */ |
[674] | 5 | #undef LEMON_HAVE_LONG_LONG |
[564] | 6 | |
[480] | 7 | /* Define to 1 if you have any LP solver. */ |
[674] | 8 | #undef LEMON_HAVE_LP |
[480] | 9 | |
10 | /* Define to 1 if you have any MIP solver. */ | |
[674] | 11 | #undef LEMON_HAVE_MIP |
[480] | 12 | |
[1] | 13 | /* Define to 1 if you have CPLEX. */ |
[540] | 14 | #undef LEMON_HAVE_CPLEX |
[1] | 15 | |
16 | /* Define to 1 if you have GLPK. */ | |
[540] | 17 | #undef LEMON_HAVE_GLPK |
[515] | 18 | |
[481] | 19 | /* Define to 1 if you have SOPLEX */ |
[674] | 20 | #undef LEMON_HAVE_SOPLEX |
[482] | 21 | |
22 | /* Define to 1 if you have CLP */ | |
[674] | 23 | #undef LEMON_HAVE_CLP |
[614] | 24 | |
25 | /* Define to 1 if you have CBC */ | |
[674] | 26 | #undef LEMON_HAVE_CBC |
Note: See TracBrowser
for help on using the repository browser.