Maximium Priority Matchings
Jonathan Turner

TL;DR
This paper introduces an efficient algorithm to find maximum priority matchings in graphs, optimizing the allocation based on vertex priorities using a modified augmenting path approach.
Contribution
It presents a novel variation of Edmonds' algorithm that computes maximum priority matchings in O(mn) time, improving upon existing methods.
Findings
Algorithm achieves maximum priority matching efficiently.
Time complexity is O(mn).
Applicable to graphs with vertex priorities.
Abstract
Let be an undirected graph with vertices and edges, in which each vertex is assigned an integer priority in , with 1 being the "highest" priority. Let be a matching of . We define the priority score of to be an -ary integer in which the -th most-significant digit is the number of vertices with priority that are incident to an edge in . We describe a variation of the augmenting path method (Edmonds' algorithm) that finds a matching with maximum priority score in time.
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
