One-in-Two-Matching Problem is NP-complete
Sergio Caracciolo, Davide Fichera, Andrea Sportiello

TL;DR
This paper proves that a modified version of the 2-dimensional Matching Problem, called One-in-Two-Matching, is NP-complete, and shows SAT reduces linearly to 3D Matching, improving upon previous reductions.
Contribution
The paper introduces a new NP-complete variant of the 2-dimensional Matching Problem and establishes a linear reduction from SAT to 3D Matching, enhancing previous complexity results.
Findings
Modified matching problem is NP-complete.
SAT reduces linearly to 3D Matching.
Improves reduction complexity from cubic to linear.
Abstract
2-dimensional Matching Problem, which requires to find a matching of left- to right-vertices in a balanced -vertex bipartite graph, is a well-known polynomial problem, while various variants, like the 3-dimensional analogoue (3DM, with triangles on a tripartite graph), or the Hamiltonian Circuit Problem (HC, a restriction to ``unicyclic'' matchings) are among the main examples of NP-hard problems, since the first Karp reduction series of 1972. The same holds for the weighted variants of these problems, the Linear Assignment Problem being polynomial, and the Numerical 3-Dimensional Matching and Travelling Salesman Problem being NP-complete. In this paper we show that a small modification of the 2-dimensional Matching and Assignment Problems in which for each it is required that either or , is a NP-complete problem. The proof is by linear…
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
TopicsOptimization and Search Problems · DNA and Biological Computing · Complexity and Algorithms in Graphs
