src/work/marci/gw_vs_not.cc
changeset 1142 450f794dca81
parent 270 e4811faaaa75
equal deleted inserted replaced
0:94c766c9bf2b 1:12f5f64ee176
     7 #include <dimacs.h>
     7 #include <dimacs.h>
     8 #include <edmonds_karp.h>
     8 #include <edmonds_karp.h>
     9 #include <time_measure.h>
     9 #include <time_measure.h>
    10 #include <graph_wrapper.h>
    10 #include <graph_wrapper.h>
    11 
    11 
    12 using namespace hugo;
    12 using namespace lemon;
    13 
    13 
    14 // Use a DIMACS max flow file as stdin.
    14 // Use a DIMACS max flow file as stdin.
    15 // read_dimacs_demo < dimacs_max_flow_file
    15 // read_dimacs_demo < dimacs_max_flow_file
    16 
    16 
    17 int main(int, char **) {
    17 int main(int, char **) {