equal
deleted
inserted
replaced
47 ///\param ItemIntMap A read and writable Item int map, for the usage of |
47 ///\param ItemIntMap A read and writable Item int map, for the usage of |
48 ///the heap. |
48 ///the heap. |
49 ///\param Compare A class for the ordering of the priorities. The |
49 ///\param Compare A class for the ordering of the priorities. The |
50 ///default is \c std::less<Prio>. |
50 ///default is \c std::less<Prio>. |
51 /// |
51 /// |
|
52 ///\sa BinHeap |
|
53 ///\sa Dijkstra |
52 ///\author Jacint Szabo |
54 ///\author Jacint Szabo |
53 |
55 |
54 #ifdef DOXYGEN |
56 #ifdef DOXYGEN |
55 template <typename Item, |
57 template <typename Item, |
56 typename Prio, |
58 typename Prio, |