src/work/marci/lg_vs_sg.cc
changeset 641 bfd6c14e2975
parent 577 e8703f0a6e2f
child 642 e812963087f0
equal deleted inserted replaced
7:30025afaaa61 8:9dd6468a663c
     6 #include <list_graph.h>
     6 #include <list_graph.h>
     7 #include <hugo/smart_graph.h>
     7 #include <hugo/smart_graph.h>
     8 #include <hugo/dimacs.h>
     8 #include <hugo/dimacs.h>
     9 #include <max_flow.h>
     9 #include <max_flow.h>
    10 #include <hugo/time_measure.h>
    10 #include <hugo/time_measure.h>
    11 #include <for_each_macros.h>
    11 #include <hugo/for_each_macros.h>
    12 
    12 
    13 using namespace hugo;
    13 using namespace hugo;
    14 
    14 
    15 // Use a DIMACS max flow file as stdin.
    15 // Use a DIMACS max flow file as stdin.
    16 // read_dimacs_demo dimacs_max_flow_file
    16 // read_dimacs_demo dimacs_max_flow_file