equal
deleted
inserted
replaced
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 |
|
41 ///\todo We need a LengthMap typedef |
41 #ifdef DOXYGEN |
42 #ifdef DOXYGEN |
42 template <typename Graph, |
43 template <typename Graph, |
43 typename LengthMap, |
44 typename LengthMap, |
44 typename Heap> |
45 typename Heap> |
45 #else |
46 #else |