Characterisation of Strongly Stable Matchings
Pratik Ghosal, Adam Kunysz, Katarzyna Paluch

TL;DR
This paper introduces an algorithm to generate all strongly stable matchings in bipartite graphs with ties, providing efficient representations and solving an open problem in the field.
Contribution
It presents the first algorithm for generating all strongly stable matchings and constructs compact representations with optimal time complexities.
Findings
Existence of a partial order with O(m) elements representing all strongly stable matchings
Two algorithms with O(nm^2) and O(nm) time complexities for constructing these representations
The second algorithm matches the complexity of finding a single strongly stable matching
Abstract
An instance of a strongly stable matching problem (SSMP) is an undirected bipartite graph , with an adjacency list of each vertex being a linearly ordered list of ties, which are subsets of vertices equally good for a given vertex. Ties are disjoint and may contain one vertex. A matching is a set of vertex-disjoint edges. An edge is a {\em blocking edge} for if is either unmatched or strictly prefers to its current partner in , and is either unmatched or strictly prefers to its current partner in or is indifferent between them. A matching is {\em strongly stable} if there is no blocking edge with respect to it. We present an algorithm for the generation of all strongly stable matchings, thus solving an open problem already stated in the book by Gusfield and Irving \cite{GI}. It has previously been shown that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGame Theory and Voting Systems · Advanced Graph Theory Research
