Exact Matching and the Top-k Perfect Matching Problem
Data Structures and Algorithms
2022-09-21 v1
Abstract
The aim of this note is to provide a reduction of the Exact Matching problem to the Top- Perfect Matching Problem. Together with earlier work by El Maalouly, this shows that the two problems are polynomial-time equivalent. The Exact Matching Problem is a well-known 40 years old problem for which a randomized, but no deterministic poly-time algorithm has been discovered. The Top- Perfect Matching Problem is the problem of finding a perfect matching which maximizes the total weight of the heaviest edges contained in it.
Cite
@article{arxiv.2209.09661,
title = {Exact Matching and the Top-k Perfect Matching Problem},
author = {Nicolas El Maalouly and Lasse Wulf},
journal= {arXiv preprint arXiv:2209.09661},
year = {2022}
}