src/work/marci/edmonds_karp_demo.cc
changeset 132 1ac27e476e25
parent 100 f1de2ab64e1c
child 133 0631992fe7a1
equal deleted inserted replaced
1:f6e75d0ca683 2:04dd273cf778
     4 #include <list_graph.hh>
     4 #include <list_graph.hh>
     5 #include <dimacs.hh>
     5 #include <dimacs.hh>
     6 #include <edmonds_karp.hh>
     6 #include <edmonds_karp.hh>
     7 #include <time_measure.h>
     7 #include <time_measure.h>
     8 
     8 
     9 using namespace marci;
     9 using namespace hugo;
    10 
    10 
    11 // Use a DIMACS max flow file as stdin.
    11 // Use a DIMACS max flow file as stdin.
    12 // read_dimacs_demo < dimacs_max_flow_file
    12 // read_dimacs_demo < dimacs_max_flow_file
    13 int main(int, char **) {
    13 int main(int, char **) {
    14   typedef ListGraph::NodeIt NodeIt;
    14   typedef ListGraph::NodeIt NodeIt;