# Parameterized complexity of finding a spanning tree with minimum reload   cost diameter

**Authors:** Julien Baste, Didem G\"oz\"upek, Christophe Paul, Ignasi Sau,, Mordechai Shalom, Dimitrios M. Thilikos

arXiv: 1703.01686 · 2017-04-25

## TL;DR

This paper investigates the computational complexity of finding a minimum reload cost spanning tree with minimal diameter, revealing fixed-parameter tractability under certain parameters and NP-hardness in others, with implications for special graph classes.

## Contribution

It provides a systematic parameterized complexity analysis of the DIAMETER-TREE problem, establishing hardness and tractability results based on graph parameters and reload cost conditions.

## Key findings

- FPT when parameterized by solution cost, treewidth, and maximum degree
- Polynomial-time solvability on cactus graphs
- NP-hardness on graphs of treewidth two and for certain degree bounds

## Abstract

We study the minimum diameter spanning tree problem under the reload cost model (DIAMETER-TREE for short) introduced by Wirth and Steffan (2001). In this problem, given an undirected edge-colored graph $G$, reload costs on a path arise at a node where the path uses consecutive edges of different colors. The objective is to find a spanning tree of $G$ of minimum diameter with respect to the reload costs. We initiate a systematic study of the parameterized complexity of the DIAMETER-TREE problem by considering the following parameters: the cost of a solution, and the treewidth and the maximum degree $\Delta$ of the input graph. We prove that DIAMETER-TREE is para-NP-hard for any combination of two of these three parameters, and that it is FPT parameterized by the three of them. We also prove that the problem can be solved in polynomial time on cactus graphs. This result is somehow surprising since we prove DIAMETER-TREE to be NP-hard on graphs of treewidth two, which is best possible as the problem can be trivially solved on forests. When the reload costs satisfy the triangle inequality, Wirth and Steffan (2001) proved that the problem can be solved in polynomial time on graphs with $\Delta = 3$, and Galbiati (2008) proved that it is NP-hard if $\Delta = 4$. Our results show, in particular, that without the requirement of the triangle inequality, the problem is NP-hard if $\Delta = 3$, which is also best possible. Finally, in the case where the reload costs are polynomially bounded by the size of the input graph, we prove that DIAMETER-TREE is in XP and W[1]-hard parameterized by the treewidth plus $\Delta$.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1703.01686/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1703.01686/full.md

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