equal
deleted
inserted
replaced
18 |
18 |
19 #include<iostream> |
19 #include<iostream> |
20 #include<lemon/concept_check.h> |
20 #include<lemon/concept_check.h> |
21 |
21 |
22 #include<lemon/smart_graph.h> |
22 #include<lemon/smart_graph.h> |
23 #include<lemon/concept/graph.h> |
23 #include<lemon/concepts/graph.h> |
24 #include<lemon/concept/ugraph.h> |
24 #include<lemon/concepts/ugraph.h> |
25 #include<lemon/concept/bpugraph.h> |
25 #include<lemon/concepts/bpugraph.h> |
26 |
26 |
27 #include<lemon/list_graph.h> |
27 #include<lemon/list_graph.h> |
28 #include<lemon/full_graph.h> |
28 #include<lemon/full_graph.h> |
29 #include<lemon/graph_adaptor.h> |
29 #include<lemon/graph_adaptor.h> |
30 #include<lemon/ugraph_adaptor.h> |
30 #include<lemon/ugraph_adaptor.h> |
39 |
39 |
40 \todo More extensive tests are needed |
40 \todo More extensive tests are needed |
41 */ |
41 */ |
42 |
42 |
43 using namespace lemon; |
43 using namespace lemon; |
44 using namespace lemon::concept; |
44 using namespace lemon::concepts; |
45 |
45 |
46 |
46 |
47 |
47 |
48 int main() |
48 int main() |
49 { |
49 { |