Experimental Evaluation of Modified Decomposition Algorithm for Maximum Weight Bipartite Matching
Shibsankar Das

TL;DR
This paper refines a decomposition theorem to create a more efficient algorithm for maximum weight bipartite matching, demonstrating significant practical improvements through experimental evaluation.
Contribution
It introduces an improved decomposition algorithm with a refined time complexity for maximum weight bipartite matching, utilizing a scaled parameter $W'$ and experimental validation.
Findings
Significant performance improvements in practical scenarios.
The refined algorithm has better bounds on the parameter $W'$.
Experimental results confirm the efficiency of the proposed method.
Abstract
Let be an undirected bipartite graph with positive integer weights on the edges. We refine the existing decomposition theorem originally proposed by Kao et al., for computing maximum weight bipartite matching. We apply it to design an efficient version of the decomposition algorithm to compute the weight of a maximum weight bipartite matching of in -time by employing an algorithm designed by Feder and Motwani as a subroutine, where and denote the number of nodes and the maximum edge weight of , respectively and . The parameter is smaller than the total edge weight essentially when the largest edge weight differs by more than one from the second largest edge weight in the current working graph in any decomposition step of the algorithm. In best case where be the number of edges of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Limits and Structures in Graph Theory · Complexity and Algorithms in Graphs
