src/work/marci/lp/max_flow_by_lp.cc
changeset 921 818510fa3d99
parent 764 615aca7091d2
child 986 e997802b855c
     1.1 --- a/src/work/marci/lp/max_flow_by_lp.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/marci/lp/max_flow_by_lp.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -3,17 +3,17 @@
     1.4  #include <fstream>
     1.5  
     1.6  #include <sage_graph.h>
     1.7 -#include <hugo/smart_graph.h>
     1.8 -#include <hugo/dimacs.h>
     1.9 -#include <hugo/time_measure.h>
    1.10 +#include <lemon/smart_graph.h>
    1.11 +#include <lemon/dimacs.h>
    1.12 +#include <lemon/time_measure.h>
    1.13  //#include <graph_wrapper.h>
    1.14 -#include <hugo/max_flow.h>
    1.15 +#include <lemon/max_flow.h>
    1.16  #include <augmenting_flow.h>
    1.17  //#include <preflow_res.h>
    1.18  #include <for_each_macros.h>
    1.19  #include <lp_solver_wrapper.h>
    1.20  
    1.21 -using namespace hugo;
    1.22 +using namespace lemon;
    1.23  
    1.24  // Use a DIMACS max flow file as stdin.
    1.25  // max_flow_demo < dimacs_max_flow_file