English

An Improved Approximation Algorithm for the Maximum Weight Independent Set Problem in d-Claw Free Graphs

Data Structures and Algorithms 2021-06-08 v1

Abstract

In this paper, we consider the task of computing an independent set of maximum weight in a given dd-claw free graph G=(V,E)G=(V,E) equipped with a positive weight function w:VR+w:V\rightarrow\mathbb{R}^+. In doing so, d2d\geq 2 is considered a constant. The previously best known approximation algorithm for this problem is the local improvement algorithm SquareImp proposed by Berman. It achieves a performance ratio of d2+ϵ\frac{d}{2}+\epsilon in time O(V(G)d+1(V(G)+E(G))(d1)2(d2ϵ+1)2)\mathcal{O}(|V(G)|^{d+1}\cdot(|V(G)|+|E(G)|)\cdot (d-1)^2\cdot \left(\frac{d}{2\epsilon}+1\right)^2) for any ϵ>0\epsilon>0, which has remained unimproved for the last twenty years. By considering a broader class of local improvements, we obtain an approximation ratio of d2163,700,992+ϵ\frac{d}{2}-\frac{1}{63,700,992}+\epsilon for any ϵ>0\epsilon>0 at the cost of an additional factor of O(V(G)(d1)2)\mathcal{O}(|V(G)|^{(d-1)^2}) in the running time. In particular, our result implies a polynomial time d2\frac{d}{2}-approximation algorithm. Furthermore, the well-known reduction from the weighted kk-Set Packing Problem to the Maximum Weight Independent Set Problem in k+1k+1-claw free graphs provides a k+12163,700,992+ϵ\frac{k+1}{2}-\frac{1}{63,700,992}+\epsilon-approximation algorithm for the weighted kk-Set Packing Problem for any ϵ>0\epsilon>0. This improves on the previously best known approximation guarantee of k+12+ϵ\frac{k+1}{2}+\epsilon originating from the result of Berman.

Keywords

Cite

@article{arxiv.2106.03545,
  title  = {An Improved Approximation Algorithm for the Maximum Weight Independent Set Problem in d-Claw Free Graphs},
  author = {Meike Neuwohner},
  journal= {arXiv preprint arXiv:2106.03545},
  year   = {2021}
}

Comments

full version of the paper "An Improved Approximation Algorithm for the Maximum Weight Independent Set Problem in d-Claw Free Graphs" published in the proceedings of STACS 2021, 30 pages, 4 figures

R2 v1 2026-06-24T02:54:31.193Z