COIN-OR::LEMON - Graph Library

Changeset 869:636dadefe1e6 in lemon-1.2 for doc


Ignore:
Timestamp:
09/25/09 21:51:36 (15 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Add fractional matching algorithms (#314)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r710 r869  
    350350problem of maximum flow.
    351351
    352 \ref Circulation is a preflow push-relabel algorithm implemented directly 
     352\ref Circulation is a preflow push-relabel algorithm implemented directly
    353353for finding feasible circulations, which is a somewhat different problem,
    354354but it is strongly related to maximum flow.
     
    471471  Edmond's blossom shrinking algorithm for calculating maximum weighted
    472472  perfect matching in general graphs.
     473- \ref MaxFractionalMatching Push-relabel algorithm for calculating
     474  maximum cardinality fractional matching in general graphs.
     475- \ref MaxWeightedFractionalMatching Augmenting path algorithm for calculating
     476  maximum weighted fractional matching in general graphs.
     477- \ref MaxWeightedPerfectFractionalMatching
     478  Augmenting path algorithm for calculating maximum weighted
     479  perfect fractional matching in general graphs.
    473480
    474481\image html bipartite_matching.png
Note: See TracChangeset for help on using the changeset viewer.