equal
deleted
inserted
replaced
35 ///\ref GraphSkeleton::EdgeMap "Graph::EdgeMap<int>" |
35 ///\ref GraphSkeleton::EdgeMap "Graph::EdgeMap<int>" |
36 ///\param Heap The heap type used by the %Dijkstra |
36 ///\param Heap The heap type used by the %Dijkstra |
37 ///algorithm. The default |
37 ///algorithm. The default |
38 ///is using \ref BinHeap "binary heap". |
38 ///is using \ref BinHeap "binary heap". |
39 /// |
39 /// |
40 ///\author Jacint Szabo |
40 ///\author Jacint Szabo and Alpar Juttner |
41 ///\todo We need a typedef-names should be standardized. |
41 ///\todo We need a typedef-names should be standardized. |
42 |
42 |
43 #ifdef DOXYGEN |
43 #ifdef DOXYGEN |
44 template <typename GR, |
44 template <typename GR, |
45 typename LM, |
45 typename LM, |