lemon/circulation.h
changeset 1074 97d978243703
parent 998 7fdaa05a69a1
child 1092 dceba191c00d
equal deleted inserted replaced
20:23d2102b3e09 21:9928adeb2a06
   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;