Changes in doc/groups.dox [874:d8ea85825e02:873:23da1b807280] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r874 r873 387 387 problem of maximum flow. 388 388 389 \ref Circulation is a preflow push-relabel algorithm implemented directly 389 \ref Circulation is a preflow push-relabel algorithm implemented directly 390 390 for finding feasible circulations, which is a somewhat different problem, 391 391 but it is strongly related to maximum flow. … … 523 523 Edmond's blossom shrinking algorithm for calculating maximum weighted 524 524 perfect matching in general graphs. 525 - \ref MaxFractionalMatching Push-relabel algorithm for calculating526 maximum cardinality fractional matching in general graphs.527 - \ref MaxWeightedFractionalMatching Augmenting path algorithm for calculating528 maximum weighted fractional matching in general graphs.529 - \ref MaxWeightedPerfectFractionalMatching530 Augmenting path algorithm for calculating maximum weighted531 perfect fractional matching in general graphs.532 525 533 526 \image html matching.png
Note: See TracChangeset
for help on using the changeset viewer.