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
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
Copyright © 2021 JogjaFile Inc.
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.