lemon/circulation.h
changeset 891 75e6020b19b1
parent 833 e20173729589
child 956 141f9c0db4a3
equal deleted inserted replaced
16:458a72a8a291 17:cbd5b181a165
   171      map type is \ref concepts::Digraph::ArcMap "GR::ArcMap<int>".
   171      map type is \ref concepts::Digraph::ArcMap "GR::ArcMap<int>".
   172      \tparam UM The type of the upper bound (capacity) map.
   172      \tparam UM The type of the upper bound (capacity) map.
   173      The default map type is \c LM.
   173      The default map type is \c LM.
   174      \tparam SM The type of the supply map. The default map type is
   174      \tparam SM The type of the supply map. The default map type is
   175      \ref concepts::Digraph::NodeMap "GR::NodeMap<UM::Value>".
   175      \ref concepts::Digraph::NodeMap "GR::NodeMap<UM::Value>".
       
   176      \tparam TR The traits class that defines various types used by the
       
   177      algorithm. By default, it is \ref CirculationDefaultTraits
       
   178      "CirculationDefaultTraits<GR, LM, UM, SM>".
       
   179      In most cases, this parameter should not be set directly,
       
   180      consider to use the named template parameters instead.
   176   */
   181   */
   177 #ifdef DOXYGEN
   182 #ifdef DOXYGEN
   178 template< typename GR,
   183 template< typename GR,
   179           typename LM,
   184           typename LM,
   180           typename UM,
   185           typename UM,