Changes in test/lp_test.cc [1105:62dba6c90f35:1092:dceba191c00d] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/lp_test.cc
r1105 r1092 40 40 #endif 41 41 42 #ifdef LEMON_HAVE_LP43 #include <lemon/lp.h>44 #endif45 42 using namespace lemon; 46 43 … … 420 417 lpTest(lp_skel); 421 418 422 #ifdef LEMON_HAVE_LP423 {424 Lp lp,lp2;425 lpTest(lp);426 aTest(lp2);427 cloneTest<Lp>();428 }429 #endif430 431 419 #ifdef LEMON_HAVE_GLPK 432 420 {
Note: See TracChangeset
for help on using the changeset viewer.