English

Strongly Stable and Maximum Weakly Stable Noncrossing Matchings

Data Structures and Algorithms 2020-06-29 v2

Abstract

In IWOCA 2019, Ruangwises and Itoh introduced stable noncrossing matchings, where participants of each side are aligned on each of two parallel lines, and no two matching edges are allowed to cross each other. They defined two stability notions, strongly stable noncrossing matching (SSNM) and weakly stable noncrossing matching (WSNM), depending on the strength of blocking pairs. They proved that a WSNM always exists and presented an O(n2)O(n^{2})-time algorithm to find one for an instance with nn men and nn women. They also posed open questions of the complexities of determining existence of an SSNM and finding a largest WSNM. In this paper, we show that both problems are solvable in polynomial time. Our algorithms are applicable to extensions where preference lists may include ties, except for one case which we show to be NP-complete. This NP-completeness holds even if each person's preference list is of length at most two and ties appear in only men's preference lists. To complement this intractability, we show that the problem is solvable in polynomial time if the length of preference lists of one side is bounded by one (but that of the other side is unbounded).

Keywords

Cite

@article{arxiv.2001.08468,
  title  = {Strongly Stable and Maximum Weakly Stable Noncrossing Matchings},
  author = {Koki Hamada and Shuichi Miyazaki and Kazuya Okamoto},
  journal= {arXiv preprint arXiv:2001.08468},
  year   = {2020}
}

Comments

Conference version appeared in IWOCA 2020. This version adds new results: Theorem 1 is strengthened so that NP-completeness holds even if each person's preference list is of length at most two and ties appear in only men's preference lists. Theorem 2 is added, which shows that the problem can be solved in linear time if the length of preference lists of one side is bounded by one

R2 v1 2026-06-23T13:18:38.778Z