src/hugo/dijkstra.h
changeset 689 e7cf90de549a
parent 688 bdc429a557f2
child 693 80164e89dcbc
equal deleted inserted replaced
4:095de41fa922 5:5071f218941e
    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,