equal
deleted
inserted
replaced
20 #include <fstream> |
20 #include <fstream> |
21 #include <string> |
21 #include <string> |
22 #include <vector> |
22 #include <vector> |
23 |
23 |
24 #include <lemon/concept_check.h> |
24 #include <lemon/concept_check.h> |
25 #include <lemon/concept/heap.h> |
25 #include <lemon/concepts/heap.h> |
26 |
26 |
27 #include <lemon/smart_graph.h> |
27 #include <lemon/smart_graph.h> |
28 |
28 |
29 #include <lemon/graph_reader.h> |
29 #include <lemon/graph_reader.h> |
30 |
30 |
38 #include "heap_test.h" |
38 #include "heap_test.h" |
39 |
39 |
40 #include <lemon/time_measure.h> |
40 #include <lemon/time_measure.h> |
41 |
41 |
42 using namespace lemon; |
42 using namespace lemon; |
43 using namespace lemon::concept; |
43 using namespace lemon::concepts; |
44 |
44 |
45 |
45 |
46 int main() { |
46 int main() { |
47 |
47 |
48 typedef int Item; |
48 typedef int Item; |