changeset 2577 | 2c6204d4b0f6 |
parent 2553 | bfced05fa852 |
7:855450922316 | 8:ed003ad2848a |
---|---|
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #include<queue> |
19 #include<queue> |
20 #include<cmath> |
20 #include<lemon/math.h> |
21 #include<lemon/smart_graph.h> |
21 #include<lemon/smart_graph.h> |
22 #include"bench_tools.h" |
22 #include"bench_tools.h" |
23 |
23 |
24 using namespace std; |
24 using namespace std; |
25 using namespace lemon; |
25 using namespace lemon; |