DSAIGTNov 1, 2023

Couples can be tractable: New algorithms and hardness results for the Hospitals / Residents problem with Couples

arXiv:2311.00405v38 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses stable matching problems in domains like medical residency assignments, but it is incremental as it expands known tractable instances rather than introducing a new paradigm.

The paper tackles the Hospitals/Residents problem with Couples (HRC) by presenting polynomial-time algorithms for finding near-feasible stable matchings under specific conditions like sub-responsive and sub-complete preferences, and shows NP-hardness results for other restricted cases, including that minimizing blocking pairs is not approximable within m^(1-ε) unless P=NP.

In this paper, we study the Hospitals / Residents problem with Couples (HRC), where a solution is a stable matching or a report that none exists. We present a novel polynomial-time algorithm that can find a near-feasible stable matching (adjusting the hospitals' capacities by at most 1) in an HRC instance where the couples' preferences are sub-responsive (i.e., if one member switches to a better hospital, then the couple also improves) and sub-complete (i.e., each pair of hospitals that are individually acceptable to both members are jointly acceptable for the couple) by reducing it to an instance of the Stable Fixtures problem. We also present a polynomial-time algorithm for HRC in a sub-responsive, sub-complete instance that is a Dual Market, or where all couples are one of several possible types. We show that our algorithm also implies the polynomial-time solvability of a stable b-matching problem, where the underlying graph is a multigraph with loops. We complement our algorithms with several hardness results. We show that HRC with sub-responsive and sub-complete couples is NP-hard, even with other strong restrictions. We also show that HRC with a Dual Market is NP-hard under several simultaneous restrictions. Finally, we show that the problem of finding a matching with the minimum number of blocking pairs in HRC is not approximable within $m^{1-\varepsilon}$, for any $\varepsilon>0$, where $m$ is the total length of the hospitals' preference lists, unless P=NP, even if each couple applies to only one pair of hospitals. Our polynomial-time solvability results greatly expand the class of known tractable instances of HRC and provide a useful tool for designing better and more efficient mechanisms in the future.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes