equal
deleted
inserted
replaced
1 #include <string> |
1 #include <string> |
2 #include <iostream> |
2 #include <iostream> |
3 #include <stdio.h> |
3 #include <stdio.h> |
4 |
4 |
5 #include "hierarchygraph.h" |
5 #include "hierarchygraph.h" |
6 #include <hugo/list_graph.h> |
6 #include <lemon/list_graph.h> |
7 #include <hugo/smart_graph.h> |
7 #include <lemon/smart_graph.h> |
8 #include <path.h> |
8 #include <path.h> |
9 |
9 |
10 using namespace hugo; |
10 using namespace lemon; |
11 using namespace std; |
11 using namespace std; |
12 |
12 |
13 bool passed = true; |
13 bool passed = true; |
14 |
14 |
15 void check(bool rc) { |
15 void check(bool rc) { |