Changes in doc/groups.dox [651:3adf5e2d1e62:640:6c408d864fa1] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r651 r640 336 336 In most cases the \ref Preflow "Preflow" algorithm provides the 337 337 fastest method for computing a maximum flow. All implementations 338 also provide functions to query the minimum cut, which is the dual 339 problem of maximum flow. 340 341 \ref Circulation is a preflow push-relabel algorithm implemented directly 342 for finding feasible circulations, which is a somewhat different problem, 343 but it is strongly related to maximum flow. 344 For more information, see \ref Circulation. 338 provides functions to also query the minimum cut, which is the dual 339 problem of the maximum flow. 345 340 */ 346 341 … … 547 542 @defgroup spantree Minimum Spanning Tree Algorithms 548 543 @ingroup algs 549 \brief Algorithms for finding minimum cost spanning trees and arborescences.550 551 This group contains the algorithms for finding minimum cost spanning552 tree s and arborescences.544 \brief Algorithms for finding a minimum cost spanning tree in a graph. 545 546 This group contains the algorithms for finding a minimum cost spanning 547 tree in a graph. 553 548 */ 554 549
Note: See TracChangeset
for help on using the changeset viewer.