lemon/dijkstra.h
changeset 834 c2230649a493
parent 764 684964884a2e
child 835 c92296660262
equal deleted inserted replaced
29:95ebab503ef1 31:35b3d4f67921
   204 
   204 
   205     ///The type of the digraph the algorithm runs on.
   205     ///The type of the digraph the algorithm runs on.
   206     typedef typename TR::Digraph Digraph;
   206     typedef typename TR::Digraph Digraph;
   207 
   207 
   208     ///The type of the arc lengths.
   208     ///The type of the arc lengths.
   209     typedef typename TR::LengthMap::Value Value;
   209     typedef typename TR::Value Value;
   210     ///The type of the map that stores the arc lengths.
   210     ///The type of the map that stores the arc lengths.
   211     typedef typename TR::LengthMap LengthMap;
   211     typedef typename TR::LengthMap LengthMap;
   212     ///\brief The type of the map that stores the predecessor arcs of the
   212     ///\brief The type of the map that stores the predecessor arcs of the
   213     ///shortest paths.
   213     ///shortest paths.
   214     typedef typename TR::PredMap PredMap;
   214     typedef typename TR::PredMap PredMap;