changeset 113 | cf7b01232d86 |
parent 78 | ecc1171307be |
1:856906c77a11 | 2:ad252bd68d14 |
---|---|
6 #include <preflow_push_hl.h> |
6 #include <preflow_push_hl.h> |
7 #include <preflow_push_max_flow.h> |
7 #include <preflow_push_max_flow.h> |
8 #include <reverse_bfs.h> |
8 #include <reverse_bfs.h> |
9 //#include <dijkstra.h> |
9 //#include <dijkstra.h> |
10 |
10 |
11 using namespace marci; |
11 using namespace hugo; |
12 |
12 |
13 |
13 |
14 int main (int, char*[]) |
14 int main (int, char*[]) |
15 { |
15 { |
16 typedef ListGraph::NodeIt NodeIt; |
16 typedef ListGraph::NodeIt NodeIt; |