maximum flow algorithm to find a maximum cardinality matching in a bipartite graph.

42 Views Asked by At

How could I show how a maximum flow problem can be used to find a maximum cardinality matching in a bipartite graph?

thanks in advance

1

There are 1 best solutions below

0
On

Introduce a source node with arcs to the left node set and a sink node with arcs from the right node set, and maximize the flow from source to sink.