Changeset 461:08d495d48089 in lemon-main for test
- Timestamp:
 - 01/12/09 13:26:01 (17 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Location:
 - test
 - Files:
 - 
          
- 2 edited
 
- 
          lp_test.cc (modified) (1 diff)
 - 
          mip_test.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
test/lp_test.cc
r460 r461 27 27 28 28 #ifdef HAVE_GLPK 29 #include <lemon/ lp_glpk.h>29 #include <lemon/glpk.h> 30 30 #endif 31 31 32 32 #ifdef HAVE_CPLEX 33 #include <lemon/ lp_cplex.h>33 #include <lemon/cplex.h> 34 34 #endif 35 35 36 36 #ifdef HAVE_SOPLEX 37 #include <lemon/ lp_soplex.h>37 #include <lemon/soplex.h> 38 38 #endif 39 39 40 40 #ifdef HAVE_CLP 41 #include <lemon/ lp_clp.h>41 #include <lemon/clp.h> 42 42 #endif 43 43  - 
        
test/mip_test.cc
r459 r461 25 25 26 26 #ifdef HAVE_CPLEX 27 #include <lemon/ lp_cplex.h>27 #include <lemon/cplex.h> 28 28 #endif 29 29 30 30 #ifdef HAVE_GLPK 31 #include <lemon/ lp_glpk.h>31 #include <lemon/glpk.h> 32 32 #endif 33 33  
Note: See TracChangeset
          for help on using the changeset viewer.
      
