Changeset 674:20dac2104519 in lemon for lemon/config.h.in
- Timestamp:
- 04/28/09 14:51:34 (16 years ago)
- Branch:
- default
- Parents:
- 673:58357e986a08 (diff), 540:8a144437db7d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/config.h.in
r540 r674 1 /* Define to 1 if you have long long */ 2 #undef LEMON_HAVE_LONG_LONG 3 4 /* Define to 1 if you have any LP solver. */ 5 #undef LEMON_HAVE_LP 6 7 /* Define to 1 if you have any MIP solver. */ 8 #undef LEMON_HAVE_MIP 9 1 10 /* Define to 1 if you have CPLEX. */ 2 11 #undef LEMON_HAVE_CPLEX … … 5 14 #undef LEMON_HAVE_GLPK 6 15 7 /* Define to 1 if you have long long */ 8 #undef LEMON_HAVE_LONG_LONG 16 /* Define to 1 if you have SOPLEX */ 17 #undef LEMON_HAVE_SOPLEX 18 19 /* Define to 1 if you have CLP */ 20 #undef LEMON_HAVE_CLP 21 22 /* Define to 1 if you have CBC */ 23 #undef LEMON_HAVE_CBC -
lemon/config.h.in
r614 r674 1 1 /* Define to 1 if you have long long */ 2 #undef HAVE_LONG_LONG2 #undef LEMON_HAVE_LONG_LONG 3 3 4 4 /* Define to 1 if you have any LP solver. */ 5 #undef HAVE_LP5 #undef LEMON_HAVE_LP 6 6 7 7 /* Define to 1 if you have any MIP solver. */ 8 #undef HAVE_MIP8 #undef LEMON_HAVE_MIP 9 9 10 10 /* Define to 1 if you have CPLEX. */ 11 #undef HAVE_CPLEX11 #undef LEMON_HAVE_CPLEX 12 12 13 13 /* Define to 1 if you have GLPK. */ 14 #undef HAVE_GLPK14 #undef LEMON_HAVE_GLPK 15 15 16 16 /* Define to 1 if you have SOPLEX */ 17 #undef HAVE_SOPLEX17 #undef LEMON_HAVE_SOPLEX 18 18 19 19 /* Define to 1 if you have CLP */ 20 #undef HAVE_CLP20 #undef LEMON_HAVE_CLP 21 21 22 22 /* Define to 1 if you have CBC */ 23 #undef HAVE_CBC23 #undef LEMON_HAVE_CBC
Note: See TracChangeset
for help on using the changeset viewer.