Finding shortest non-separating and non-disconnecting paths

02/20/2022
by   Yasuaki Kobayashi, et al.
0

For a connected graph G = (V, E) and s, t ∈ V, a non-separating s-t path is a path P between s and t such that the set of vertices of P does not separate G, that is, G - V(P) is connected. An s-t path is non-disconnecting if G - E(P) is connected. The problems of finding shortest non-separating and non-disconnecting paths are both known to be NP-hard. In this paper, we consider the problems from the viewpoint of parameterized complexity. We show that the problem of finding a non-separating s-t path of length at most k is W[1]-hard parameterized by k, while the non-disconnecting counterpart is fixed-parameter tractable parameterized by k. We also consider the shortest non-separating path problem on several classes of graphs and show that this problem is NP-hard even on bipartite graphs, split graphs, and planar graphs. As for positive results, the shortest non-separating path problem is fixed-parameter tractable parameterized by k on planar graphs and polynomial-time solvable on chordal graphs if k is the shortest path distance between s and t.

READ FULL TEXT

page 1

page 5

page 7

research
01/10/2021

Shortest non-separating st-path on chordal graphs

Many NP-Hard problems on general graphs, such as maximum independence se...
research
12/22/2022

Parameterizing Path Partitions

We study the algorithmic complexity of partitioning the vertex set of a ...
research
06/30/2021

Grid Recognition: Classical and Parameterized Computational Perspectives

Grid graphs, and, more generally, k× r grid graphs, form one of the most...
research
08/07/2018

On the Computational Complexity of Length- and Neighborhood-Constrained Path Problems

Finding paths in graphs is a fundamental graph-theoretic task. In this w...
research
02/18/2019

Geometric secluded paths and planar satisfiability

We consider paths with low "exposure" to a polygonal domain, i.e., paths...
research
11/08/2020

The Hierarchical Chinese Postman Problem: the slightest disorder makes it hard, yet disconnectedness is manageable

The Hierarchical Chinese Postman Problem is finding a shortest traversal...
research
04/24/2018

A More Fine-Grained Complexity Analysis of Finding the Most Vital Edges for Undirected Shortest Paths

We study the NP-hard Shortest Path Most Vital Edges problem arising in t...

Please sign up or login with your details

Forgot password? Click here to reset