src/test/lp_test.cc
changeset 1313 96b74270c3a1
parent 1309 b3ce42a4d7d2
child 1387 37d1b20cd9ef
     1.1 --- a/src/test/lp_test.cc	Thu Apr 07 06:31:03 2005 +0000
     1.2 +++ b/src/test/lp_test.cc	Thu Apr 07 06:38:56 2005 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -#include<lemon/lp_solver_skeleton.h>
     1.5 +#include<lemon/lp_skeleton.h>
     1.6  #include<lemon/lp_glpk.h>
     1.7  
     1.8  using namespace lemon;
     1.9 @@ -129,7 +129,7 @@
    1.10  
    1.11  int main() 
    1.12  {
    1.13 -  LpSolverSkeleton lp_skel;
    1.14 +  LpSkeleton lp_skel;
    1.15    LpGlpk lp_glpk;
    1.16  
    1.17    lpTest(lp_skel);