changeset 113 | cf7b01232d86 |
parent 75 | 87623302a68f |
child 133 | 0631992fe7a1 |
6:fd4701b3d474 | 7:6c4d1f27bda5 |
---|---|
4 |
4 |
5 #include <list_graph.hh> |
5 #include <list_graph.hh> |
6 #include <bfs_iterator.hh> |
6 #include <bfs_iterator.hh> |
7 #include <edmonds_karp.hh> |
7 #include <edmonds_karp.hh> |
8 |
8 |
9 using namespace marci; |
9 using namespace hugo; |
10 |
10 |
11 int main (int, char*[]) |
11 int main (int, char*[]) |
12 { |
12 { |
13 typedef ListGraph::NodeIt NodeIt; |
13 typedef ListGraph::NodeIt NodeIt; |
14 typedef ListGraph::EdgeIt EdgeIt; |
14 typedef ListGraph::EdgeIt EdgeIt; |