中文
相关论文

相关论文: How good are Popular Matchings?

200 篇论文

Let G = ((A,B),E) be an instance of the stable marriage problem where every vertex ranks its neighbors in a strict order of preference. A matching M in G is popular if M does not lose a head-to-head election against any matching. Popular…

数据结构与算法 · 计算机科学 2020-05-06 Yuri Faenza , Telikepalli Kavitha

We study a variant of the Student-Project Allocation problem with lecturer preferences over Students where ties are allowed in the preference lists of students and lecturers (SPA-ST). We investigate the concept of strong stability in this…

数据结构与算法 · 计算机科学 2019-11-26 Sofiat Olaosebikan , David Manlove

The Stable Matching Problem with Couples (SMP-C) is a ubiquitous real-world extension of the stable matching problem (SMP) involving complementarities. Although SMP can be solved in polynomial time, SMP-C is NP-Complete. Hence, it is not…

计算机科学与博弈论 · 计算机科学 2015-05-14 Andrew Perrault , Joanna Drummond , Fahiem Bacchus

We introduce the problem of adapting a stable matching to forced and forbidden pairs. Specifically, given a stable matching $M_1$, a set $Q$ of forced pairs, and a set $P$ of forbidden pairs, we want to find a stable matching that includes…

计算机科学与博弈论 · 计算机科学 2022-11-23 Niclas Boehmer , Klaus Heeger

We study the Student Project Allocation problem with lecturer preferences over Students (SPA-S), an extension of the well-known Stable Marriage and Hospital Residents problem. In this model, students have preferences over projects, each…

计算机科学与博弈论 · 计算机科学 2025-10-23 Peace Ayegba , Sofiat Olaosebikan

Reciprocal recommender systems (RRSs) are crucial in online two-sided matching platforms, such as online job or dating markets, as they need to consider the preferences of both sides of the match. The concentration of recommendations to a…

信息检索 · 计算机科学 2024-12-02 Kento Nakada , Kazuki Kawamura , Ryosuke Furukawa

In this paper we address the problem of joint admission control and resource scheduling for \emph{Ultra Reliable Low Latency Communications} (URLLC). We examine two models: (i) the \emph{continuous}, where all allocated resource blocks…

信息论 · 计算机科学 2019-04-26 Apostolos Destounis , Georgios S. Paschos

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

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

Consistent hashing is fundamental to distributed systems, but ring-based schemes can exhibit high peak-to-average load ratios unless they use many virtual nodes, while multi-probe methods improve balance at the cost of scattered memory…

分布式、并行与集群计算 · 计算机科学 2025-12-30 Yongjie Guan

The Metropolis-Hastings algorithm allows one to sample asymptotically from any probability distribution $\pi$. There has been recently much work devoted to the development of variants of the MH update which can handle scenarios where such…

统计计算 · 统计学 2018-03-28 Christophe Andrieu , Arnaud Doucet , Sinan Yıldırım , Nicolas Chopin

We study a natural generalization of the maximum weight many-to-one matching problem. We are given an undirected bipartite graph $G= (A \cup P, E)$ with weights on the edges in $E$, and with lower and upper quotas on the vertices in $P$. We…

离散数学 · 计算机科学 2016-03-29 Ashwin Arulselvan , Ágnes Cseh , Martin Groß , David F. Manlove , Jannik Matuschke

Many countries around the world, including Korea, use the school choice lottery system. However, this method has a problem in that many students are assigned to less-preferred schools based on the lottery results. In addition, the task of…

离散数学 · 计算机科学 2024-01-12 Seongbeom Park

An instance $I$ of the Stable Matching Problem (SMP) is given by a bipartite graph with a preference list of neighbors for every vertex. A swap in $I$ is the exchange of two consecutive vertices in a preference list. A swap can be viewed as…

数据结构与算法 · 计算机科学 2022-11-16 Eduard Eiben , Gregory Gutin , Philip R. Neary , Clément Rambaud , Magnus Wahlström , Anders Yeo

Range Minimum Query (RMQ) is an important building brick of many compressed data structures and string matching algorithms. Although this problem is essentially solved in theory, with sophisticated data structures allowing for constant time…

数据结构与算法 · 计算机科学 2017-11-29 Tomasz Kowalski , Szymon Grabowski

We study matching markets with ties, where workers on one side of the market may have tied preferences over jobs, determined by their matching utilities. Unlike classical two-sided markets with strict preferences, no single stable matching…

计算机科学与博弈论 · 计算机科学 2025-10-23 Shiyun Lin , Simon Mauras , Nadav Merlis , Vianney Perchet

We consider many-to-one matching problems, where one side corresponds to applicants who have preferences and the other side to houses who do not have preferences. We consider two different types of this market: one, where the applicants…

计算机科学与博弈论 · 计算机科学 2024-03-04 Gergely Csáji

In the Stable Roommates problem, we seek a stable matching of the agents into pairs, in which no two agents have an incentive to deviate from their assignment. It is well known that a stable matching is unlikely to exist, but a stable…

数据结构与算法 · 计算机科学 2024-11-26 Frederik Glitzner , David Manlove

Motivated by applications in the gig economy, we study approximation algorithms for a \emph{sequential pricing problem}. The input is a bipartite graph $G=(I,J,E)$ between individuals $I$ and jobs $J$. The platform has a value of $v_j$ for…

数据结构与算法 · 计算机科学 2022-05-19 Tristan Pollner , Mohammad Roghani , Amin Saberi , David Wajc

The stable allocation problem is a many-to-many generalization of the well-known stable marriage problem, where we seek a bipartite assignment between, say, jobs (of varying sizes) and machines (of varying capacities) that is "stable" based…

数据结构与算法 · 计算机科学 2014-11-26 Ágnes Cseh , Brian C. Dean