Matching as Network Flow

Matching can be seen as a special case: unit capacities, introduce a source to all L nodes, sink from all R nodes.

The matching algorithm we discussed is just one of the basic maximum flow algorithms running on this graph.


next up previous
Next: Linear Programming Up: NETWORK FLOW Previous: Maximum Flow Problem