COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r874 r873  
    387387problem of maximum flow.
    388388
    389 \ref Circulation is a preflow push-relabel algorithm implemented directly
     389\ref Circulation is a preflow push-relabel algorithm implemented directly 
    390390for finding feasible circulations, which is a somewhat different problem,
    391391but it is strongly related to maximum flow.
     
    523523  Edmond's blossom shrinking algorithm for calculating maximum weighted
    524524  perfect matching in general graphs.
    525 - \ref MaxFractionalMatching Push-relabel algorithm for calculating
    526   maximum cardinality fractional matching in general graphs.
    527 - \ref MaxWeightedFractionalMatching Augmenting path algorithm for calculating
    528   maximum weighted fractional matching in general graphs.
    529 - \ref MaxWeightedPerfectFractionalMatching
    530   Augmenting path algorithm for calculating maximum weighted
    531   perfect fractional matching in general graphs.
    532525
    533526\image html matching.png
Note: See TracChangeset for help on using the changeset viewer.