Maximium Priority Matchings
Data Structures and Algorithms
2015-12-31 v1
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.
Cite
@article{arxiv.1512.08555,
title = {Maximium Priority Matchings},
author = {Jonathan Turner},
journal= {arXiv preprint arXiv:1512.08555},
year = {2015}
}