equal
deleted
inserted
replaced
193 typename TR = CirculationDefaultTraits<GR, LM, UM, SM> > |
193 typename TR = CirculationDefaultTraits<GR, LM, UM, SM> > |
194 #endif |
194 #endif |
195 class Circulation { |
195 class Circulation { |
196 public: |
196 public: |
197 |
197 |
198 ///The \ref CirculationDefaultTraits "traits class" of the algorithm. |
198 /// \brief The \ref lemon::CirculationDefaultTraits "traits class" |
|
199 /// of the algorithm. |
199 typedef TR Traits; |
200 typedef TR Traits; |
200 ///The type of the digraph the algorithm runs on. |
201 ///The type of the digraph the algorithm runs on. |
201 typedef typename Traits::Digraph Digraph; |
202 typedef typename Traits::Digraph Digraph; |
202 ///The type of the flow and supply values. |
203 ///The type of the flow and supply values. |
203 typedef typename Traits::Value Value; |
204 typedef typename Traits::Value Value; |