Computer Science > Data Structures and Algorithms
[Submitted on 25 Mar 2022 (v1), revised 14 Jul 2022 (this version, v2), latest version 27 Dec 2022 (v4)]
Title:Exact Matching: Algorithms and Related Problems
View PDFAbstract:In 1982, Papadimitriou and Yannakakis introduced the Exact Matching (EM) problem where given an edge colored graph, with colors red and blue, and an integer $k$, the goal is to decided whether or not the graph contains a perfect matching with exactly $k$ red edges. Although they conjectured it to be $\textbf{NP}$-complete, soon after it was shown to be solvable in randomized polynomial time in the seminal work of Mulmuley et al. placing it in the complexity class $\textbf{RP}$. Since then, all attempts at finding a deterministic algorithm for EM have failed, thus leaving it as one of the few natural combinatorial problems in $\textbf{RP}$ but not known to be contained in $\textbf{P}$, and making it an interesting instance for testing the hypothesis $\textbf{RP}=\textbf{P}$. Progress has been lacking even on very restrictive classes of graphs despite the problem being quite well known as evidenced by the number of works citing it. In this paper we aim to gain more insight into the problem by considering two directions of study. In the first direction, we study EM on bipartite graphs with a relaxation of the color constraint and provide an algorithm where the output is required to be a perfect matching with a number of red edges differing from $k$ by at most $k/2$. We also introduce an optimisation problem we call Top-k Perfect Matching (TkPM) that shares many similarities with EM. By virtue of being an optimization problem, it is more natural to approximate so we provide approximation algorithms for it. In the second direction, we look at the parameterized algorithms. Here we introduce new tools and FPT algorithms for the study of EM and TkPM.
Submission history
From: Nicolas El Maalouly [view email][v1] Fri, 25 Mar 2022 20:34:08 UTC (216 KB)
[v2] Thu, 14 Jul 2022 10:31:28 UTC (1,642 KB)
[v3] Sun, 25 Dec 2022 07:29:28 UTC (1,646 KB)
[v4] Tue, 27 Dec 2022 07:15:09 UTC (1,646 KB)
References & Citations
export BibTeX citation
Loading...
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.