equal
deleted
inserted
replaced
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, |