author | Gabor Varga <f4c3@inf.elte.hu> |
Sat, 08 Jan 2011 21:59:56 +0100 | |
changeset 1031 | ae0b056593a7 |
parent 627 | 20dac2104519 |
child 979 | 43a91b33f374 |
permissions | -rw-r--r-- |
1 /* The version string */
2 #undef LEMON_VERSION
4 /* Define to 1 if you have long long */
5 #undef LEMON_HAVE_LONG_LONG
7 /* Define to 1 if you have any LP solver. */
8 #undef LEMON_HAVE_LP
10 /* Define to 1 if you have any MIP solver. */
11 #undef LEMON_HAVE_MIP
13 /* Define to 1 if you have CPLEX. */
14 #undef LEMON_HAVE_CPLEX
16 /* Define to 1 if you have GLPK. */
17 #undef LEMON_HAVE_GLPK
19 /* Define to 1 if you have SOPLEX */
20 #undef LEMON_HAVE_SOPLEX
22 /* Define to 1 if you have CLP */
23 #undef LEMON_HAVE_CLP
25 /* Define to 1 if you have CBC */
26 #undef LEMON_HAVE_CBC