changeset 1675 | fa89ffb27a6d |
parent 1435 | 8e85e6bbefdf |
child 1689 | f1795dafe42c |
0:bbd48aa62e81 | 1:136d7569888a |
---|---|
1 // -*- mode:C++ -*- |
1 // -*- mode:C++ -*- |
2 |
2 |
3 #include <queue> |
3 #include<queue> |
4 #include<math.h> |
4 #include<cmath> |
5 #include<lemon/smart_graph.h> |
5 #include<lemon/smart_graph.h> |
6 #include"bench_tools.h" |
6 #include"bench_tools.h" |
7 |
7 |
8 using namespace std; |
8 using namespace std; |
9 using namespace lemon; |
9 using namespace lemon; |