equal
deleted
inserted
replaced
19 #include <iostream> |
19 #include <iostream> |
20 #include <vector> |
20 #include <vector> |
21 |
21 |
22 #include <lemon/concept_check.h> |
22 #include <lemon/concept_check.h> |
23 |
23 |
24 #include <lemon/concept/matrix_maps.h> |
24 #include <lemon/concepts/matrix_maps.h> |
25 #include <lemon/concept/maps.h> |
25 #include <lemon/concepts/maps.h> |
26 #include <lemon/concept/graph.h> |
26 #include <lemon/concepts/graph.h> |
27 |
27 |
28 #include <lemon/matrix_maps.h> |
28 #include <lemon/matrix_maps.h> |
29 |
29 |
30 #include <lemon/smart_graph.h> |
30 #include <lemon/smart_graph.h> |
31 |
31 |
33 #include "graph_test.h" |
33 #include "graph_test.h" |
34 #include "map_test.h" |
34 #include "map_test.h" |
35 |
35 |
36 |
36 |
37 using namespace lemon; |
37 using namespace lemon; |
38 using namespace lemon::concept; |
38 using namespace lemon::concepts; |
39 |
39 |
40 int main() { |
40 int main() { |
41 typedef SmartGraph Graph; |
41 typedef SmartGraph Graph; |
42 typedef Graph::Node Node; |
42 typedef Graph::Node Node; |
43 typedef Graph::Edge Edge; |
43 typedef Graph::Edge Edge; |