0
5
0
| ... | ... |
@@ -63,4 +63,8 @@ |
| 63 | 63 |
if test x"$lx_cplex_found" = x"yes"; then |
| 64 | 64 |
AC_DEFINE([HAVE_CPLEX], [1], [Define to 1 if you have CPLEX.]) |
| 65 |
lx_lp_found=yes |
|
| 66 |
AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.]) |
|
| 67 |
lx_mip_found=yes |
|
| 68 |
AC_DEFINE([HAVE_MIP], [1], [Define to 1 if you have any MIP solver.]) |
|
| 65 | 69 |
AC_MSG_RESULT([yes]) |
| 66 | 70 |
else |
| ... | ... |
@@ -61,4 +61,8 @@ |
| 61 | 61 |
if test x"$lx_glpk_found" = x"yes"; then |
| 62 | 62 |
AC_DEFINE([HAVE_GLPK], [1], [Define to 1 if you have GLPK.]) |
| 63 |
lx_lp_found=yes |
|
| 64 |
AC_DEFINE([HAVE_LP], [1], [Define to 1 if you have any LP solver.]) |
|
| 65 |
lx_mip_found=yes |
|
| 66 |
AC_DEFINE([HAVE_MIP], [1], [Define to 1 if you have any MIP solver.]) |
|
| 63 | 67 |
AC_MSG_RESULT([yes]) |
| 64 | 68 |
else |
0 comments (0 inline)