equal
deleted
inserted
replaced
18 |
18 |
19 #include <cstdlib> |
19 #include <cstdlib> |
20 #include <ctime> |
20 #include <ctime> |
21 |
21 |
22 #include <lemon/random.h> |
22 #include <lemon/random.h> |
23 #include <lemon/graph_utils.h> |
|
24 #include <lemon/list_graph.h> |
23 #include <lemon/list_graph.h> |
25 #include <lemon/smart_graph.h> |
24 #include <lemon/smart_graph.h> |
|
25 #include <lemon/maps.h> |
26 |
26 |
27 #include "graph_test.h" |
27 #include "graph_test.h" |
28 #include "test_tools.h" |
28 #include "test_tools.h" |
29 |
29 |
30 using namespace lemon; |
30 using namespace lemon; |