author | Peter Kovacs <kpeter@inf.elte.hu> |
Thu, 23 Jul 2009 18:09:41 +0200 | |
changeset 684 | 7b1a6e963018 |
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