src/work/marci/preflow_demo_athos.cc
changeset 921 818510fa3d99
parent 522 a0ed1fa1b800
child 986 e997802b855c
equal deleted inserted replaced
2:7741d75bcf3f 3:dd87630e4931
     4 #include <list_graph.h>
     4 #include <list_graph.h>
     5 #include <dimacs.h>
     5 #include <dimacs.h>
     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 hugo;
     9 using namespace lemon;
    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::Node Node;
    14   typedef ListGraph::Node Node;