src/work/marci/preflow_demo_athos.cc
changeset 376 5c12f3515452
parent 82 4d6a48fc0a2d
child 522 a0ed1fa1b800
equal deleted inserted replaced
0:322db220c577 1:b28982379571
     4 #include <list_graph.hh>
     4 #include <list_graph.hh>
     5 #include <dimacs.hh>
     5 #include <dimacs.hh>
     6 #include <preflow_push.hh>
     6 #include <preflow_push.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;