changeset 968 | 1a7593db0eaa |
parent 921 | 818510fa3d99 |
child 986 | e997802b855c |
1:bcbca0d1d7d4 | 2:1fc7fcafa8bf |
---|---|
4 #include <path_skeleton.h> |
4 #include <path_skeleton.h> |
5 #include <list_graph.h> |
5 #include <list_graph.h> |
6 |
6 |
7 using namespace std; |
7 using namespace std; |
8 using namespace lemon; |
8 using namespace lemon; |
9 using namespace skeleton; |
9 using namespace concept; |
10 |
10 |
11 bool passed = true; |
11 bool passed = true; |
12 |
12 |
13 void check(bool rc) { |
13 void check(bool rc) { |
14 passed = passed && rc; |
14 passed = passed && rc; |