English

Maximium Priority Matchings

Data Structures and Algorithms 2015-12-31 v1

Abstract

Let G=(V,E)G=(V,E) be an undirected graph with nn vertices and mm edges, in which each vertex uu is assigned an integer priority in [1,n][1,n], with 1 being the "highest" priority. Let MM be a matching of GG. We define the priority score of MM to be an nn-ary integer in which the ii-th most-significant digit is the number of vertices with priority ii that are incident to an edge in MM. We describe a variation of the augmenting path method (Edmonds' algorithm) that finds a matching with maximum priority score in O(mn)O(mn) time.

Keywords

Cite

@article{arxiv.1512.08555,
  title  = {Maximium Priority Matchings},
  author = {Jonathan Turner},
  journal= {arXiv preprint arXiv:1512.08555},
  year   = {2015}
}
R2 v1 2026-06-22T12:19:13.331Z