changeset 552 | 83c22ca968d8 |
parent 539 | fb261e3a9a0f |
child 570 | eec0a62979c9 |
0:bb2e1a986194 | 1:90112463be4e |
---|---|
4 |
4 |
5 ///\ingroup galgs |
5 ///\ingroup galgs |
6 ///\file |
6 ///\file |
7 ///\brief Dijkstra algorithm. |
7 ///\brief Dijkstra algorithm. |
8 |
8 |
9 #include <bin_heap.h> |
9 #include <hugo/bin_heap.h> |
10 #include <invalid.h> |
10 #include <hugo/invalid.h> |
11 |
11 |
12 namespace hugo { |
12 namespace hugo { |
13 |
13 |
14 /// \addtogroup galgs |
14 /// \addtogroup galgs |
15 /// @{ |
15 /// @{ |