changeset 260 | fb27d1c7036e |
parent 257 | 7f832b4e5391 |
child 276 | b38f4cfa76cf |
1:ee9727208271 | 2:33930045487b |
---|---|
29 |
29 |
30 ///\file |
30 ///\file |
31 ///\brief Dijkstra algorithm. |
31 ///\brief Dijkstra algorithm. |
32 |
32 |
33 #include <fib_heap.h> |
33 #include <fib_heap.h> |
34 #include "bin_heap.hh" |
34 #include <bin_heap.h> |
35 #include <invalid.h> |
35 #include <invalid.h> |
36 |
36 |
37 namespace hugo { |
37 namespace hugo { |
38 |
38 |
39 //Alpar: Changed the order of the parameters |
39 //Alpar: Changed the order of the parameters |