equal
deleted
inserted
replaced
198 typedef typename TR::PredMap PredMap; |
198 typedef typename TR::PredMap PredMap; |
199 /// \brief The type of the map that stores the distances of the nodes. |
199 /// \brief The type of the map that stores the distances of the nodes. |
200 typedef typename TR::DistMap DistMap; |
200 typedef typename TR::DistMap DistMap; |
201 /// The type of the paths. |
201 /// The type of the paths. |
202 typedef PredMapPath<Digraph, PredMap> Path; |
202 typedef PredMapPath<Digraph, PredMap> Path; |
203 ///\brief The \ref BellmanFordDefaultOperationTraits |
203 ///\brief The \ref lemon::BellmanFordDefaultOperationTraits |
204 /// "operation traits class" of the algorithm. |
204 /// "operation traits class" of the algorithm. |
205 typedef typename TR::OperationTraits OperationTraits; |
205 typedef typename TR::OperationTraits OperationTraits; |
206 |
206 |
207 ///The \ref BellmanFordDefaultTraits "traits class" of the algorithm. |
207 ///\brief The \ref lemon::BellmanFordDefaultTraits "traits class" |
|
208 ///of the algorithm. |
208 typedef TR Traits; |
209 typedef TR Traits; |
209 |
210 |
210 private: |
211 private: |
211 |
212 |
212 typedef typename Digraph::Node Node; |
213 typedef typename Digraph::Node Node; |