equal
deleted
inserted
replaced
149 /** |
149 /** |
150 @defgroup max_flow Maximum Flow algorithms |
150 @defgroup max_flow Maximum Flow algorithms |
151 @ingroup algs |
151 @ingroup algs |
152 \brief This group describes the algorithms for finding maximum flows. |
152 \brief This group describes the algorithms for finding maximum flows. |
153 |
153 |
154 This group describes the algorithms for finding maximum flows. |
154 This group describes the algorithms for finding maximum flows and |
|
155 feasible circulations. |
155 |
156 |
156 \image html flow.png |
157 \image html flow.png |
157 \image latex flow.eps "Graph flow" width=\textwidth |
158 \image latex flow.eps "Graph flow" width=\textwidth |
158 */ |
159 */ |
159 |
160 |