src/hugo/dijkstra.h
changeset 755 a8c2e828ce0b
parent 707 ec034cfade65
child 758 49b1a30c4dc4
equal deleted inserted replaced
8:aed5ce9897c7 9:aea3de79c495
    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 and Alpar Juttner
    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   ///\todo Type of \c PredMap, \c PredNodeMap and \c DistMap
       
    43   ///should not be fixed. (Problematic to solve).
    42 
    44 
    43 #ifdef DOXYGEN
    45 #ifdef DOXYGEN
    44   template <typename GR,
    46   template <typename GR,
    45 	    typename LM,
    47 	    typename LM,
    46 	    typename Heap>
    48 	    typename Heap>