Table of Contents
Fetching ...

Characterizing a Set of Popular Matchings Defined by Preference Lists with Ties

Tomomi Matsui, Takayoshi Hamaguchi

TL;DR

The paper addresses the problem of characterizing and computing popular matchings defined by preference lists with ties in a bipartite setting. It introduces a constructive characterization based on the first-choice graph $G_1$, a minimum $X$-cover of $G_1$, and the derived sets $\widetilde{P}$ and $\widetilde{E}$, proving that an applicant-complete matching is popular iff $M\subseteq \widetilde{E}$ and all posts in $\widetilde{P}$ are matched; popularity corresponds to optimality for a maximum-weight problem $MP$ on $G_2$, with a dual solution derived from the cover. This leads to a reduction of the minimum-cost popular matching problem to a minimum-cost assignment problem $MCP$ on $E_2$, solvable in $O(n(n\log n+m))$ time via successive shortest paths, after constructing $\widetilde{P}$ and $\widetilde{E}$ in $O(\sqrt{n}m)$ time. The work thus provides a complete, efficient framework for identifying the set of popular matchings with ties and for computing a minimum-cost member, linking to classical matching and duality theory. Practical impact includes enabling polynomial-time solutions for cost-constrained popular matchings in settings with ties and offering avenues for enumeration and faster variants for special structures.

Abstract

In this paper, we give a simple characterization of a set of popular matchings defined by preference lists with ties. By employing our characterization, we propose a polynomial time algorithm for finding a minimum cost popular matching.

Characterizing a Set of Popular Matchings Defined by Preference Lists with Ties

TL;DR

The paper addresses the problem of characterizing and computing popular matchings defined by preference lists with ties in a bipartite setting. It introduces a constructive characterization based on the first-choice graph , a minimum -cover of , and the derived sets and , proving that an applicant-complete matching is popular iff and all posts in are matched; popularity corresponds to optimality for a maximum-weight problem on , with a dual solution derived from the cover. This leads to a reduction of the minimum-cost popular matching problem to a minimum-cost assignment problem on , solvable in time via successive shortest paths, after constructing and in time. The work thus provides a complete, efficient framework for identifying the set of popular matchings with ties and for computing a minimum-cost member, linking to classical matching and duality theory. Practical impact includes enabling polynomial-time solutions for cost-constrained popular matchings in settings with ties and offering avenues for enumeration and faster variants for special structures.

Abstract

In this paper, we give a simple characterization of a set of popular matchings defined by preference lists with ties. By employing our characterization, we propose a polynomial time algorithm for finding a minimum cost popular matching.

Paper Structure

This paper contains 5 sections, 6 theorems, 13 equations.

Key Result

Theorem 1

An applicant-complete matching $M \subseteq E$ of $G$ is popular if and only if $M$ satisfies (i) $M \cap E_1 \in {\cal M}_1$ and (ii) $M \subseteq E_2$.

Theorems & Definitions (6)

  • Theorem 1: Abraham et al. ABRAHAM2007
  • Theorem 2
  • Lemma 1
  • Theorem 3
  • Theorem 4: König KONIG1931
  • Lemma 2