changeset 921 | 818510fa3d99 |
parent 880 | 9d0bfd35b97c |
child 986 | e997802b855c |
3:b3515a761b92 | 4:5d0927e7dad0 |
---|---|
2 #include<emptygraph.h> |
2 #include<emptygraph.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 SmartGraph Graph; |
9 typedef SmartGraph Graph; |
10 //typedef Graph Graph; |
10 //typedef Graph Graph; |
11 |
11 |
12 |
12 |