author | Alpar Juttner <alpar@cs.elte.hu> |
Thu, 13 Sep 2012 11:52:50 +0200 | |
branch | 1.1 |
changeset 793 | 8d2e55fac752 |
parent 622 | 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