Exact Matching: Algorithms and Related Problems
Nicolas El Maalouly

TL;DR
This paper investigates the Exact Matching problem, exploring its computational complexity, proposing a related optimization problem called Top-k Perfect Matching, and developing approximation and parameterized algorithms to better understand and solve these problems.
Contribution
It introduces Top-k Perfect Matching, proves its polynomial equivalence to Exact Matching, and develops new approximation and fixed-parameter tractable algorithms for these problems.
Findings
Top-k Perfect Matching is polynomially equivalent to Exact Matching.
Approximation algorithms for TkPM are developed, including relaxations on bipartite graphs.
TkPM can be solved in FPT time based on parameter k and the graph's independence number.
Abstract
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 , the goal is to decide whether or not the graph contains a perfect matching with exactly red edges. Although they conjectured it to be -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 . 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 but not known to be contained in , and making it an interesting instance for testing the hypothesis . Progress has been lacking even on very restrictive classes of graphs despite the problem being quite well known as…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Limits and Structures in Graph Theory
