changeset 2274 | 432d0469a87e |
parent 2242 | 16523135943d |
child 2391 | 14a343be7a5a |
9:788baf86b598 | 10:147a12a8046d |
---|---|
24 |
24 |
25 #include <cstdlib> |
25 #include <cstdlib> |
26 #include <ctime> |
26 #include <ctime> |
27 |
27 |
28 #include <lemon/concept_check.h> |
28 #include <lemon/concept_check.h> |
29 #include <lemon/concept/graph.h> |
29 #include <lemon/concepts/graph.h> |
30 |
30 |
31 #include <lemon/random.h> |
31 #include <lemon/random.h> |
32 |
32 |
33 using namespace lemon; |
33 using namespace lemon; |
34 |
34 |