changeset 921 | 818510fa3d99 |
parent 348 | b63ea19e502e |
child 986 | e997802b855c |
0:ecfb2ffe4ebe | 1:a0881f44fe1d |
---|---|
1 #include <iostream> |
1 #include <iostream> |
2 #include <vector> |
2 #include <vector> |
3 #include <smart_graph.h> |
3 #include <smart_graph.h> |
4 |
4 |
5 using namespace hugo; |
5 using namespace lemon; |
6 |
6 |
7 ///\todo This is only a static map! |
7 ///\todo This is only a static map! |
8 /// |
8 /// |
9 template<class GG> |
9 template<class GG> |
10 class BoolIterEdgeMap |
10 class BoolIterEdgeMap |