equal
deleted
inserted
replaced
26 /// \todo A test and some demo should be added |
26 /// \todo A test and some demo should be added |
27 /// \todo Doc should be improved |
27 /// \todo Doc should be improved |
28 /// \author Akos Ladanyi |
28 /// \author Akos Ladanyi |
29 |
29 |
30 #include <cstdlib> |
30 #include <cstdlib> |
31 #include <cmath> |
31 #include <lemon/math.h> |
32 #include <limits> |
32 #include <limits> |
33 #include <lemon/time_measure.h> |
33 #include <lemon/time_measure.h> |
34 #include <lemon/random.h> |
34 #include <lemon/random.h> |
35 |
35 |
36 namespace lemon { |
36 namespace lemon { |