paper-with-me

Papers

Modeling Stable Matching Problems with Answer Set Programming

2013-02-28 · Sofie De Clercq, Steven Schockaert, Martine De Cock, Ann Nowé

The Stable Marriage Problem (SMP) is a well-known matching problem first introduced and solved by Gale and Shapley (1962). Several variants and extensions to this problem have since been investigated to cover a wider set of applications. Each time a new variant is considered, however, a new algorithm needs to be developed and implemented. As an alternative, in this paper we propose an encoding of the SMP using Answer Set Programming (ASP). Our encoding can easily be extended and adapted to the needs of specific applications. As an illustration we show how stable matchings can be found when individuals may designate unacceptable partners and ties between preferences are allowed. Subsequently, we show how our ASP based encoding naturally allows us to select specific stable matchings which are optimal according to a given criterion. Each time, we can rely on generic and efficient off-the-shelf answer set solvers to find (optimal) stable matchings.

📄 PDF Abstract BibTeX arXiv:1302.7251

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Solving stable matching problems using answer set programming

2015-12-16 · Sofie De Clercq, Steven Schockaert, Martine De Cock, Ann Nowé

Since the introduction of the stable marriage problem (SMP) by Gale and Shapley (1962), several variants and extensions have been investigated. While this variety is useful to widen the application potential, each varian…

A General Framework for Stable Roommates Problems using Answer Set Programming

2020-08-07 · Esra Erdem, Muge Fidan, David Manlove, Patrick Prosser

The Stable Roommates problem (SR) is characterized by the preferences of agents over other agents as roommates: each agent ranks all others in strict order of preference. A solution to SR is then a partition of the agent…

Beyond NP: Quantifying over Answer Sets

2019-07-22 · Giovanni Amendola, Francesco Ricca, Mirek Truszczynski

Answer Set Programming (ASP) is a logic programming paradigm featuring a purely declarative language with comparatively high modeling capabilities. Indeed, ASP can model problems in NP in a compact and elegant way. Howev…

Solving Gossip Problems using Answer Set Programming: An Epistemic Planning Approach

2020-09-22 · Esra Erdem, Andreas Herzig

We investigate the use of Answer Set Programming to solve variations of gossip problems, by modeling them as epistemic planning problems.

Finding Robust Solutions to Stable Marriage

2017-05-24 · Begum Genc, Mohamed Siala, Barry O'Sullivan, Gilles Simonin

We study the notion of robustness in stable matching problems. We first define robustness by introducing (a,b)-supermatches. An $(a,b)$-supermatch is a stable matching in which if $a$ pairs break up it is possible to fin…