equal
deleted
inserted
replaced
1 #include <iostream> |
1 #include <iostream> |
2 |
2 |
3 #include <hugo/list_graph.h> |
3 #include <lemon/list_graph.h> |
4 #include <hugo/smart_graph.h> |
4 #include <lemon/smart_graph.h> |
5 #include <merge_node_graph_wrapper.h> |
5 #include <merge_node_graph_wrapper.h> |
6 |
6 |
7 using std::cout; |
7 using std::cout; |
8 using std::endl; |
8 using std::endl; |
9 |
9 |
10 using namespace hugo; |
10 using namespace lemon; |
11 |
11 |
12 int main() { |
12 int main() { |
13 typedef SmartGraph Graph1; |
13 typedef SmartGraph Graph1; |
14 typedef ListGraph Graph2; |
14 typedef ListGraph Graph2; |
15 Graph1 g; |
15 Graph1 g; |