English

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

Data Structures and Algorithms 2017-04-25 v2 Computational Complexity

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 GG, 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 GG 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 Δ=3\Delta = 3, and Galbiati (2008) proved that it is NP-hard if Δ=4\Delta = 4. Our results show, in particular, that without the requirement of the triangle inequality, the problem is NP-hard if Δ=3\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.

Keywords

Cite

@article{arxiv.1703.01686,
  title  = {Parameterized complexity of finding a spanning tree with minimum reload cost diameter},
  author = {Julien Baste and Didem Gözüpek and Christophe Paul and Ignasi Sau and Mordechai Shalom and Dimitrios M. Thilikos},
  journal= {arXiv preprint arXiv:1703.01686},
  year   = {2017}
}

Comments

29 pages, 6 figures

R2 v1 2026-06-22T18:36:15.884Z