Spanners in sparse graphs

作者:

Highlights:

摘要

A t-spanner of a graph G is a spanning subgraph S in which the distance between every pair of vertices is at most t times their distance in G. If S is required to be a tree then S is called a tree t-spanner of G. In 1998, Fekete and Kremer showed that on unweighted planar graphs deciding whether G admits a tree t-spanner is polynomial time solvable for t⩽3 and is NP-complete when t is part of the input. They also left as an open problem if the problem is polynomial time solvable for every fixed t⩾4. In this work we resolve the open question of Fekete and Kremer by proving much more general results:•The problem of finding a t-spanner of treewidth at most k in a given planar graph G is fixed parameter tractable parameterized by k and t. Moreover, for every fixed t and k, the running time of our algorithm is linear.•Our technique allows to extend the result from planar graphs to much more general classes of graphs. An apex graph is a graph that can be made planar by the removal of a single vertex. We prove that the problem of finding a t-spanner of treewidth k is fixed parameter tractable on graphs that do not contain some fixed apex graph as a minor, i.e. on apex-minor-free graphs. The class of apex-minor-free graphs contains planar graphs and graphs of bounded genus.•Finally, we show that the tractability border of the t-spanner problem cannot be extended beyond the class of apex-minor-free graphs and in this sense our results are tight. In particular, for every t⩾4, the problem of finding a tree t-spanner is NP-complete on K6-minor-free graphs.

论文关键词:Graph algorithms,Parameterized complexity,Spanners,Distances,Planar graphs,Apex-minor-free graphs,Treewidth

论文评审过程:Received 22 December 2009, Revised 22 September 2010, Accepted 13 October 2010, Available online 16 October 2010.

论文官网地址:https://doi.org/10.1016/j.jcss.2010.10.002