changeset 921 | 818510fa3d99 |
parent 280 | 19f3943521ab |
child 986 | e997802b855c |
0:9fd10034ee3b | 1:a3aebefe4e2f |
---|---|
4 |
4 |
5 #include <list_graph.h> |
5 #include <list_graph.h> |
6 #include <bfs_iterator.h> |
6 #include <bfs_iterator.h> |
7 #include <edmonds_karp.h> |
7 #include <edmonds_karp.h> |
8 |
8 |
9 using namespace hugo; |
9 using namespace lemon; |
10 |
10 |
11 int main (int, char*[]) |
11 int main (int, char*[]) |
12 { |
12 { |
13 typedef ListGraph::Node Node; |
13 typedef ListGraph::Node Node; |
14 typedef ListGraph::Edge Edge; |
14 typedef ListGraph::Edge Edge; |