Changeset 484:08d495d48089 in lemon for test/lp_test.cc
- Timestamp:
- 01/12/09 13:26:01 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/lp_test.cc
r483 r484 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
Note: See TracChangeset
for help on using the changeset viewer.