lemon/dijkstra.h
changeset 1761 896464fe9fbb
parent 1741 7a98fe2ed989
child 1763 49045f2d28d4
equal deleted inserted replaced
10:f5e9418ded94 11:3ae98ccf1888
   164   ///"DijkstraDefaultTraits<GR,LM>".  See \ref
   164   ///"DijkstraDefaultTraits<GR,LM>".  See \ref
   165   ///DijkstraDefaultTraits for the documentation of a Dijkstra traits
   165   ///DijkstraDefaultTraits for the documentation of a Dijkstra traits
   166   ///class.
   166   ///class.
   167   ///
   167   ///
   168   ///\author Jacint Szabo and Alpar Juttner
   168   ///\author Jacint Szabo and Alpar Juttner
   169   ///\todo A compare object would be nice.
       
   170 
   169 
   171 #ifdef DOXYGEN
   170 #ifdef DOXYGEN
   172   template <typename GR,
   171   template <typename GR,
   173 	    typename LM,
   172 	    typename LM,
   174 	    typename TR>
   173 	    typename TR>