test/mip_test.cc
changeset 461 08d495d48089
parent 459 ed54c0d13df0
child 462 9b082b3fb33f
     1.1 --- a/test/mip_test.cc	Mon Jan 12 12:25:55 2009 +0000
     1.2 +++ b/test/mip_test.cc	Mon Jan 12 12:26:01 2009 +0000
     1.3 @@ -24,11 +24,11 @@
     1.4  #endif
     1.5  
     1.6  #ifdef HAVE_CPLEX
     1.7 -#include <lemon/lp_cplex.h>
     1.8 +#include <lemon/cplex.h>
     1.9  #endif
    1.10  
    1.11  #ifdef HAVE_GLPK
    1.12 -#include <lemon/lp_glpk.h>
    1.13 +#include <lemon/glpk.h>
    1.14  #endif
    1.15  
    1.16