changeset 955 | 0a066f80e05f |
parent 880 | 9d0bfd35b97c |
child 959 | c80ef5912903 |
3:dcd8a98d006f | 4:2445f985dda8 |
---|---|
2 #include<skeletons/graph.h> |
2 #include<skeletons/graph.h> |
3 |
3 |
4 #include <iostream> |
4 #include <iostream> |
5 #include <vector> |
5 #include <vector> |
6 |
6 |
7 using namespace hugo; |
7 using namespace lemon; |
8 |
8 |
9 typedef ListGraph Graph; |
9 typedef ListGraph Graph; |
10 //typedef Graph Graph; |
10 //typedef Graph Graph; |
11 |
11 |
12 |
12 |