maximum_matching_bipartite (205B)
1 # Maximum matching bipartite 2 3 The [maximum_matching_problem] on [bipartite_graphs] 4 5 - [Network_flow] encoding 6 - More efficient: [Hopcroft_karp] algorithm 7 8 Up: [maximum_matching_problem], [graph_bipartite]