Changes in test/mip_test.cc [1105:62dba6c90f35:748:4792459983d0] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mip_test.cc
r1105 r748 31 31 #ifdef LEMON_HAVE_CBC 32 32 #include <lemon/cbc.h> 33 #endif34 35 #ifdef LEMON_HAVE_MIP36 #include <lemon/lp.h>37 33 #endif 38 34 … … 133 129 { 134 130 135 #ifdef LEMON_HAVE_MIP136 {137 Mip mip1;138 aTest(mip1);139 cloneTest<Mip>();140 }141 #endif142 143 131 #ifdef LEMON_HAVE_GLPK 144 132 {
Note: See TracChangeset
for help on using the changeset viewer.