Changeset 564:2b6d5d22bb23 in lemon for lemon/config.h.in
- Timestamp:
- 02/20/09 22:37:19 (16 years ago)
- Branch:
- default
- Parents:
- 563:dab9e610e37d (diff), 518:b1ef32ab39f3 (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
r515 r564 1 /* Define to 1 if you have long long */ 2 #undef HAVE_LONG_LONG 3 4 /* Define to 1 if you have any LP solver. */ 5 #undef HAVE_LP 6 7 /* Define to 1 if you have any MIP solver. */ 8 #undef HAVE_MIP 9 1 10 /* Define to 1 if you have CPLEX. */ 2 11 #undef HAVE_CPLEX … … 5 14 #undef HAVE_GLPK 6 15 7 /* Define to 1 if you have long long */ 8 #undef HAVE_LONG_LONG 16 /* Define to 1 if you have SOPLEX */ 17 #undef HAVE_SOPLEX 18 19 /* Define to 1 if you have CLP */ 20 #undef HAVE_CLP -
lemon/config.h.in
r482 r564 1 /* Define to 1 if you have long long */ 2 #undef HAVE_LONG_LONG 3 1 4 /* Define to 1 if you have any LP solver. */ 2 5 #undef HAVE_LP
Note: See TracChangeset
for help on using the changeset viewer.