English

Stable Noncrossing Matchings

Data Structures and Algorithms 2019-10-30 v4 Computational Geometry

Abstract

Given a set of nn men represented by nn points lying on a line, and nn women represented by nn points lying on another parallel line, with each person having a list that ranks some people of opposite gender as his/her acceptable partners in strict order of preference. In this problem, we want to match people of opposite genders to satisfy people's preferences as well as making the edges not crossing one another geometrically. A noncrossing blocking pair w.r.t. a matching MM is a pair (m,w)(m,w) of a man and a woman such that they are not matched with each other but prefer each other to their own partners in MM, and the segment (m,w)(m,w) does not cross any edge in MM. A weakly stable noncrossing matching (WSNM) is a noncrossing matching that does not admit any noncrossing blocking pair. In this paper, we prove the existence of a WSNM in any instance by developing an O(n2)O(n^2) algorithm to find one in a given instance.

Keywords

Cite

@article{arxiv.1903.02185,
  title  = {Stable Noncrossing Matchings},
  author = {Suthee Ruangwises and Toshiya Itoh},
  journal= {arXiv preprint arXiv:1903.02185},
  year   = {2019}
}

Comments

This paper has appeared at IWOCA 2019

R2 v1 2026-06-23T07:59:26.413Z