src/work/marci/preflow_demo_jacint.cc
changeset 937 d4e911acef3d
parent 105 a3c73e9b9b2e
child 986 e997802b855c
equal deleted inserted replaced
4:def01885ca51 5:40eed3e56363
     5 #include <dimacs.hh>
     5 #include <dimacs.hh>
     6 #include <preflow_push_max_flow.h>
     6 #include <preflow_push_max_flow.h>
     7 #include <preflow_push_hl.h>
     7 #include <preflow_push_hl.h>
     8 #include <time_measure.h>
     8 #include <time_measure.h>
     9 
     9 
    10 using namespace hugo;
    10 using namespace lemon;
    11 
    11 
    12 // Use a DIMACS max flow file as stdin.
    12 // Use a DIMACS max flow file as stdin.
    13 // read_dimacs_demo < dimacs_max_flow_file
    13 // read_dimacs_demo < dimacs_max_flow_file
    14 int main(int, char **) {
    14 int main(int, char **) {
    15   typedef ListGraph::NodeIt NodeIt;
    15   typedef ListGraph::NodeIt NodeIt;