test/lp_test.cc
changeset 461 08d495d48089
parent 460 76ec7bd57026
child 462 9b082b3fb33f
     1.1 --- a/test/lp_test.cc	Mon Jan 12 12:25:55 2009 +0000
     1.2 +++ b/test/lp_test.cc	Mon Jan 12 12:26:01 2009 +0000
     1.3 @@ -26,19 +26,19 @@
     1.4  #endif
     1.5  
     1.6  #ifdef HAVE_GLPK
     1.7 -#include <lemon/lp_glpk.h>
     1.8 +#include <lemon/glpk.h>
     1.9  #endif
    1.10  
    1.11  #ifdef HAVE_CPLEX
    1.12 -#include <lemon/lp_cplex.h>
    1.13 +#include <lemon/cplex.h>
    1.14  #endif
    1.15  
    1.16  #ifdef HAVE_SOPLEX
    1.17 -#include <lemon/lp_soplex.h>
    1.18 +#include <lemon/soplex.h>
    1.19  #endif
    1.20  
    1.21  #ifdef HAVE_CLP
    1.22 -#include <lemon/lp_clp.h>
    1.23 +#include <lemon/clp.h>
    1.24  #endif
    1.25  
    1.26  using namespace lemon;