Faster Maximium Priority Matchings in Bipartite Graphs
Data Structures and Algorithms
2016-01-01 v1
Abstract
A maximum priority matching is a matching in an undirected graph that maximizes a priority score defined with respect to given vertex priorities. An earlier paper showed how to find maximum priority matchings in unweighted graphs. This paper describes an algorithm for bipartite graphs that is faster when the number of distinct priority classes is limited. For graphs with distinct priority classes it runs in time, where is the number of vertices in the graph and is the number of edges.
Cite
@article{arxiv.1512.09349,
title = {Faster Maximium Priority Matchings in Bipartite Graphs},
author = {Jonathan Turner},
journal= {arXiv preprint arXiv:1512.09349},
year = {2016}
}