English

Matchings with lower quotas: Algorithms and complexity

Discrete Mathematics 2016-03-29 v5 Data Structures and Algorithms

Abstract

We study a natural generalization of the maximum weight many-to-one matching problem. We are given an undirected bipartite graph G=(AP,E)G= (A \cup P, E) with weights on the edges in EE, and with lower and upper quotas on the vertices in PP. We seek a maximum weight many-to-one matching satisfying two sets of constraints: vertices in AA are incident to at most one matching edge, while vertices in PP are either unmatched or they are incident to a number of matching edges between their lower and upper quota. This problem, which we call maximum weight many-to-one matching with lower and upper quotas (WMLQ), has applications to the assignment of students to projects within university courses, where there are constraints on the minimum and maximum numbers of students that must be assigned to each project. In this paper, we provide a comprehensive analysis of the complexity of WMLQ from the viewpoints of classic polynomial time algorithms, fixed-parameter tractability, as well as approximability. We draw the line between NP-hard and polynomially tractable instances in terms of degree and quota constraints and provide efficient algorithms to solve the tractable ones. We further show that the problem can be solved in polynomial time for instances with bounded treewidth; however, the corresponding runtime is exponential in the treewidth with the maximum upper quota umaxu_{max} as basis, and we prove that this dependence is necessary unless FPT = W[1]. The approximability of WMLQ is also discussed: we present an approximation algorithm for the general case with performance guarantee umax+1u_{\max}+1, which is asymptotically best possible unless P = NP. Finally, we elaborate on how most of our positive results carry over to matchings in arbitrary graphs with lower quotas.

Keywords

Cite

@article{arxiv.1412.0325,
  title  = {Matchings with lower quotas: Algorithms and complexity},
  author = {Ashwin Arulselvan and Ágnes Cseh and Martin Groß and David F. Manlove and Jannik Matuschke},
  journal= {arXiv preprint arXiv:1412.0325},
  year   = {2016}
}

Comments

preliminary version has appeared at ISAAC 2015

R2 v1 2026-06-22T07:16:23.306Z