src/hugo/dijkstra.h
changeset 570 eec0a62979c9
parent 542 69bde1d90c04
child 584 1d4855f5312e
equal deleted inserted replaced
1:90112463be4e 2:cd349f9b4084
    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