English

A PTAS for Triangle-Free 2-Matching

Data Structures and Algorithms 2023-11-21 v1

Abstract

In the Triangle-Free (Simple) 2-Matching problem we are given an undirected graph G=(V,E)G=(V,E). Our goal is to compute a maximum-cardinality MEM\subseteq E satisfying the following properties: (1) at most two edges of MM are incident on each node (i.e., MM is a 2-matching) and (2) MM does not induce any triangle. In his Ph.D. thesis from 1984, Harvitgsen presents a complex polynomial-time algorithm for this problem, with a very complex analysis. This result was never published in a journal nor reproved in a different way, to the best of our knowledge. In this paper we have a fresh look at this problem and present a simple PTAS for it based on local search. Our PTAS exploits the fact that, as long as the current solution is far enough from the optimum, there exists a short augmenting trail (similar to the maximum matching case).

Keywords

Cite

@article{arxiv.2311.11869,
  title  = {A PTAS for Triangle-Free 2-Matching},
  author = {Miguel Bosch-Calvo and Fabrizio Grandoni and Afrouz Jabal Ameli},
  journal= {arXiv preprint arXiv:2311.11869},
  year   = {2023}
}

Comments

27 pages, 18 figures

R2 v1 2026-06-28T13:26:12.203Z