src/work/marci/max_flow_1.cc
changeset 784 a48964a87141
parent 642 e812963087f0
child 921 818510fa3d99
equal deleted inserted replaced
3:82792a6c1a1a 4:044ff9b7814a
     5 #include <sage_graph.h>
     5 #include <sage_graph.h>
     6 #include <hugo/smart_graph.h>
     6 #include <hugo/smart_graph.h>
     7 #include <hugo/dimacs.h>
     7 #include <hugo/dimacs.h>
     8 #include <hugo/time_measure.h>
     8 #include <hugo/time_measure.h>
     9 //#include <graph_wrapper.h>
     9 //#include <graph_wrapper.h>
    10 #include <max_flow.h>
    10 #include <hugo/max_flow.h>
    11 //#include <preflow_res.h>
    11 //#include <preflow_res.h>
    12 #include <hugo/for_each_macros.h>
    12 #include <for_each_macros.h>
    13 
    13 
    14 using namespace hugo;
    14 using namespace hugo;
    15 
    15 
    16 // Use a DIMACS max flow file as stdin.
    16 // Use a DIMACS max flow file as stdin.
    17 // read_dimacs_demo < dimacs_max_flow_file
    17 // read_dimacs_demo < dimacs_max_flow_file