Changeset 674:20dac2104519 in lemon for test/mip_test.cc
- Timestamp:
- 04/28/09 14:51:34 (15 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mip_test.cc
r622 r674 23 23 #endif 24 24 25 #ifdef HAVE_CPLEX25 #ifdef LEMON_HAVE_CPLEX 26 26 #include <lemon/cplex.h> 27 27 #endif 28 28 29 #ifdef HAVE_GLPK29 #ifdef LEMON_HAVE_GLPK 30 30 #include <lemon/glpk.h> 31 31 #endif 32 32 33 #ifdef HAVE_CBC33 #ifdef LEMON_HAVE_CBC 34 34 #include <lemon/cbc.h> 35 35 #endif … … 130 130 { 131 131 132 #ifdef HAVE_GLPK132 #ifdef LEMON_HAVE_GLPK 133 133 { 134 134 GlpkMip mip1; … … 138 138 #endif 139 139 140 #ifdef HAVE_CPLEX140 #ifdef LEMON_HAVE_CPLEX 141 141 try { 142 142 CplexMip mip2; … … 148 148 #endif 149 149 150 #ifdef HAVE_CBC150 #ifdef LEMON_HAVE_CBC 151 151 { 152 152 CbcMip mip1;
Note: See TracChangeset
for help on using the changeset viewer.