# Computing a tree having a small vertex cover

**Authors:** Takuro Fukunaga, Takanori Maehara

arXiv: 1701.08897 · 2018-08-08

## TL;DR

This paper introduces constant-factor approximation algorithms for the vertex-cover-weighted Steiner tree problem in specific graph classes, improving upon the general O(log n)-approximation and addressing NP-hardness constraints.

## Contribution

It presents the first constant-factor approximation algorithms for the problem in unit disk graphs and minor-free graphs, extending applicability to Steiner tree activation.

## Key findings

- Constant-factor approximation algorithms achieved for unit disk graphs.
- Extension of algorithms to graphs excluding a fixed minor.
- Improved approximation bounds for specific graph classes.

## Abstract

We consider a new Steiner tree problem, called vertex-cover-weighted Steiner tree problem. This problem defines the weight of a Steiner tree as the minimum weight of vertex covers in the tree, and seeks a minimum-weight Steiner tree in a given vertex-weighted undirected graph. Since it is included by the Steiner tree activation problem, the problem admits an O(log n)-approximation algorithm in general graphs with n vertices. This approximation factor is tight up to a constant because it is NP-hard to achieve an o(log n)-approximation for the vertex-cover-weighted Steiner tree problem on general graphs even if the given vertex weights are uniform and a spanning tree is required instead of a Steiner tree. In this paper, we present constant-factor approximation algorithms for the problem with unit disk graphs and with graphs excluding a fixed minor. For the latter graph class, our algorithm can be also applied for the Steiner tree activation problem.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.08897/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1701.08897/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1701.08897/full.md

---
Source: https://tomesphere.com/paper/1701.08897