中文
相关论文

相关论文: Weighted Random Popular Matchings

200 篇论文

Given a set $A$ of $n$ people, with each person having a preference list that ranks a subset of $A$ as his/her acceptable partners in order of preference, we consider the Roommates Problem (RP) and the Marriage Problem (MP) of matching…

数据结构与算法 · 计算机科学 2021-06-01 Suthee Ruangwises , Toshiya Itoh

The input of the popular roommates problem consists of a graph $G = (V, E)$ and for each vertex $v\in V$, strict preferences over the neighbors of $v$. Matching $M$ is more popular than $M'$ if the number of vertices preferring $M$ to $M'$…

离散数学 · 计算机科学 2021-07-15 Erika Bérczi-Kovács , Ágnes Cseh , Kata Kosztolányi , Attila Mályusz

We study popularity for matchings under preferences. This solution concept captures matchings that do not lose against any other matching in a majority vote by the agents. A popular matching is said to be robust if it is popular among…

数据结构与算法 · 计算机科学 2025-10-23 Martin Bullinger , Gergely Csáji , Rohith Reddy Gangam , Parnian Shahkar

In the house allocation problem with lower and upper quotas, we are given a set of applicants and a set of projects. Each applicant has a strictly ordered preference list over the projects, while the projects are equipped with a lower and…

计算机科学与博弈论 · 计算机科学 2021-07-09 Ágnes Cseh , Tobias Friedrich , Jannik Peters

In the popular edge problem, the input is a bipartite graph $G = (A \cup B,E)$ where $A$ and $B$ denote a set of men and a set of women respectively, and each vertex in $A\cup B$ has a strict preference ordering over its neighbours. A…

数据结构与算法 · 计算机科学 2022-09-23 Kushagra Chatterjee , Prajakta Nimbhorkar

We study popular matchings in three classical settings: the house allocation problem, the marriage problem, and the roommates problem. In the popular matching problem, (a subset of) the vertices in a graph have preference orderings over…

计算机科学与博弈论 · 计算机科学 2025-09-30 Frank Connor , Louis-Roy Langevin , Ndiamé Ndiaye , Agnès Totschnig , Rohit Vasishta , Adrian Vetta

We consider a matching problem in a bipartite graph $G$ where every vertex has a capacity and a strict preference order on its neighbors. Furthermore, there is a cost function on the edge set. We assume $G$ admits a perfect matching, i.e.,…

数据结构与算法 · 计算机科学 2024-11-04 Telikepalli Kavitha , Kazuhisa Makino

Given a bipartite graph G = (A u B, E) with strict preference lists and and edge e*, we ask if there exists a popular matching in G that contains the edge e*. We call this the popular edge problem. A matching M is popular if there is no…

离散数学 · 计算机科学 2015-08-05 Agnes Cseh , Telikepalli Kavitha

We consider the many-to-many bipartite matching problem in the presence of two-sided preferences and two-sided lower quotas. The input to our problem is a bipartite graph G=(A U B, E), where each vertex in A U B specifies a strict…

数据结构与算法 · 计算机科学 2023-03-21 Meghana Nasre , Prajakta Nimbhorkar , Keshav Ranjan , Ankita Sarkar

The profile-based matching problem is the problem of finding a matching that optimizes profile from an instance $(G, r, \langle u_1, \dots, u_r \rangle)$, where $G$ is a bipartite graph $(A \cup B, E)$, $r$ is the number of utility…

离散数学 · 计算机科学 2025-07-02 Seongbeom Park

We study the Popular Matching problem in multiple models, where the preferences of the agents in the instance may change or may be unknown/uncertain. In particular, we study an Uncertainty model, where each agent has a possible set of…

计算机科学与博弈论 · 计算机科学 2025-06-06 Gergely Csáji

The efficient computation of large matchings with desirable guarantees is a crucial objective in market design. However, even in simple two-sided matching markets with weak ordinal preferences, finding a maximum-size stable matching is…

计算机科学与博弈论 · 计算机科学 2026-02-26 Gergely Csáji , Frederik Glitzner

We consider the problem of matching applicants to posts where applicants have preferences over posts. Thus the input to our problem is a bipartite graph G = (A U P,E), where A denotes a set of applicants, P is a set of posts, and there are…

离散数学 · 计算机科学 2017-04-05 Prajakta Nimbhorkar , Arvind Rameshwar

We consider manipulation strategies for the rank-maximal matching problem. In the rank-maximal matching problem we are given a bipartite graph $G = (A \cup P, E)$ such that $A$ denotes a set of applicants and $P$ a set of posts. Each…

数据结构与算法 · 计算机科学 2018-08-30 Pratik Ghosal , Katarzyna Paluch

In this paper we address the problem of electing a committee among a set of $m$ candidates and on the basis of the preferences of a set of $n$ voters. We consider the approval voting method in which each voter can approve as many candidates…

最优化与控制 · 数学 2017-07-31 Diego Ponce , Justo Puerto , Federica Ricca , Andrea Scozzari

We consider the problem of finding a maximum popular matching in a many-to-many matching setting with two-sided preferences and matroid constraints. This problem was proposed by Kamiyama (2020) and solved in the special case where matroids…

计算机科学与博弈论 · 计算机科学 2023-06-22 Gergely Csáji , Tamás Király , Yu Yokoi

We study ex-post fairness in the object allocation problem where objects are valuable and commonly owned. A matching is fair from individual perspective if it has only inevitable envy towards agents who received most preferred objects --…

计算机科学与博弈论 · 计算机科学 2022-09-09 Aleksei Y. Kondratev , Alexander S. Nesterov

We are given a bipartite graph $G = \left( A \cup B, E \right)$. In the one-sided model, every $a \in A$ (often called agents) ranks its neighbours $z \in N_{a}$ strictly, and no $b \in B$ has any preference order over its neighbours $y \in…

计算机科学与博弈论 · 计算机科学 2025-10-30 Koustav De

Let G = (A U P, E) be a bipartite graph where A denotes a set of agents, P denotes a set of posts and ranks on the edges denote preferences of the agents over posts. A matching M in G is rank-maximal if it matches the maximum number of…

数据结构与算法 · 计算机科学 2014-09-18 Pratik Ghoshal , Meghana Nasre , Prajakta Nimbhorkar

We consider stable and popular matching problems in arbitrary graphs, which are referred to as stable roommates instances. We extend the 3/2-approximation algorithm for the maximum size weakly stable matching problem to the roommates case,…

数据结构与算法 · 计算机科学 2025-10-07 Gergely Csáji