equal
deleted
inserted
replaced
6 #include "../list_graph.hh" |
6 #include "../list_graph.hh" |
7 #include "../marci/dimacs.hh" |
7 #include "../marci/dimacs.hh" |
8 #include "f_ed_ka.h" |
8 #include "f_ed_ka.h" |
9 #include "../marci/time_measure.h" |
9 #include "../marci/time_measure.h" |
10 |
10 |
11 using namespace hugo; |
11 using namespace lemon; |
12 |
12 |
13 // Use a DIMACS max flow file as stdin. |
13 // Use a DIMACS max flow file as stdin. |
14 // read_dimacs_demo < dimacs_max_flow_file |
14 // read_dimacs_demo < dimacs_max_flow_file |
15 |
15 |
16 int main(int, char **) { |
16 int main(int, char **) { |