COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r698 r687  
    336336In most cases the \ref Preflow "Preflow" algorithm provides the
    337337fastest 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.
     338provides functions to also query the minimum cut, which is the dual
     339problem of the maximum flow.
    345340*/
    346341
     
    547542@defgroup spantree Minimum Spanning Tree Algorithms
    548543@ingroup algs
    549 \brief Algorithms for finding minimum cost spanning trees and arborescences.
    550 
    551 This group contains the algorithms for finding minimum cost spanning
    552 trees and arborescences.
     544\brief Algorithms for finding a minimum cost spanning tree in a graph.
     545
     546This group contains the algorithms for finding a minimum cost spanning
     547tree in a graph.
    553548*/
    554549
Note: See TracChangeset for help on using the changeset viewer.