equal
deleted
inserted
replaced
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #include <lemon/bits/graph_extender.h> |
19 #include <lemon/bits/graph_extender.h> |
20 #include <lemon/concept/ugraph.h> |
20 #include <lemon/concepts/ugraph.h> |
21 #include <lemon/list_graph.h> |
21 #include <lemon/list_graph.h> |
22 #include <lemon/smart_graph.h> |
22 #include <lemon/smart_graph.h> |
23 #include <lemon/full_graph.h> |
23 #include <lemon/full_graph.h> |
24 #include <lemon/grid_ugraph.h> |
24 #include <lemon/grid_ugraph.h> |
25 |
25 |
27 |
27 |
28 #include "test_tools.h" |
28 #include "test_tools.h" |
29 |
29 |
30 |
30 |
31 using namespace lemon; |
31 using namespace lemon; |
32 using namespace lemon::concept; |
32 using namespace lemon::concepts; |
33 |
33 |
34 void check_concepts() { |
34 void check_concepts() { |
35 |
35 |
36 { // checking graph components |
36 { // checking graph components |
37 checkConcept<BaseUGraphComponent, BaseUGraphComponent >(); |
37 checkConcept<BaseUGraphComponent, BaseUGraphComponent >(); |