author | Alpar Juttner <alpar@cs.elte.hu> |
Fri, 25 Sep 2009 09:13:03 +0200 | |
changeset 717 | 684964884a2e |
parent 627 | 20dac2104519 |
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