Triangle-Free 2-Matchings Revisited
Maxim Babenko, Alexey Gusakov, Ilya Razenshteyn

TL;DR
This paper revisits the problem of finding maximum triangle-free 2-matchings in graphs, offering more efficient algorithms, a new proof of the min-max theorem, and results on perfect triangle-free 2-matchings in regular graphs.
Contribution
It simplifies existing algorithms using Edmonds--Gallai decomposition, improves time complexity, and extends results to perfect triangle-free 2-matchings in regular graphs.
Findings
Maximum triangle-free 2-matching found in O(m√n) time
New self-contained proof of the min-max theorem
Existence of exponentially many perfect triangle-free 2-matchings in 3-regular graphs
Abstract
A \emph{2-matching} in an undirected graph is a function such that for each node the sum of values on all edges incident to does not exceed~2. The \emph{size} of is the sum . If contains no triangles then is called \emph{triangle-free}. Cornu\'ejols and Pulleyblank devised a combinatorial -algorithm that finds a triangle free 2-matching of maximum size (hereinafter , ) and also established a min-max theorem. We claim that this approach is, in fact, superfluous by demonstrating how their results may be obtained directly from the Edmonds--Gallai decomposition. Applying the algorithm of Micali and Vazirani we are able to find a maximum triangle-free 2-matching in -time. Also we give a short self-contained algorithmic…
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
TopicsLimits and Structures in Graph Theory · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
