equal
deleted
inserted
replaced
2 #include <iostream> |
2 #include <iostream> |
3 #include <fstream> |
3 #include <fstream> |
4 #include <string> |
4 #include <string> |
5 |
5 |
6 #include <list_graph.h> |
6 #include <list_graph.h> |
7 #include <smart_graph.h> |
7 #include <hugo/smart_graph.h> |
8 #include <dimacs.h> |
8 #include <hugo/dimacs.h> |
9 #include <max_flow.h> |
9 #include <max_flow.h> |
10 #include <time_measure.h> |
10 #include <hugo/time_measure.h> |
11 #include <for_each_macros.h> |
11 #include <for_each_macros.h> |
12 |
12 |
13 using namespace hugo; |
13 using namespace hugo; |
14 |
14 |
15 // Use a DIMACS max flow file as stdin. |
15 // Use a DIMACS max flow file as stdin. |