equal
deleted
inserted
replaced
1 // -*- mode:C++ -*- |
1 // -*- mode:C++ -*- |
2 |
2 |
3 #include <hugo/smart_graph.h> |
3 #include <lemon/smart_graph.h> |
4 #include <hugo/maps.h> |
4 #include <lemon/maps.h> |
5 #include <vector> |
5 #include <vector> |
6 #include <iostream> |
6 #include <iostream> |
7 |
7 |
8 using namespace hugo; |
8 using namespace lemon; |
9 |
9 |
10 struct _BFS_DEFAULT_VIS {}; |
10 struct _BFS_DEFAULT_VIS {}; |
11 struct _BFS_CUSTOM_VIS {}; |
11 struct _BFS_CUSTOM_VIS {}; |
12 |
12 |
13 template<class GT,class VT,class DVT,class PNT,class PET,class PT > |
13 template<class GT,class VT,class DVT,class PNT,class PET,class PT > |