Parameterized complexity of r-Hop, r-Step, and r-Hop Roman Domination

Abstract

The Dominating Set problem is a classical and extensively studied topic in graph theory and theoretical computer science. In this paper, we examine the algorithmic complexity of several well-known exact-distance variants of domination, namely r-Step Domination, r-Hop Domination, and r-Hop Roman Domination. Let G be a graph and let r ≥ 2 be an integer. A set S ⊂eq V(G) is an r-hop dominating set if every vertex in V(G) S is at distance exactly r from some vertex of S. Similarly, S is an r-step dominating set if every vertex of G lies at distance exactly r from at least one vertex of S. An r-hop Roman dominating function on G is a function f V(G)\0,1,2\ such that for every vertex v with f(v)=0, there exists a vertex u at distance exactly r from v with f(u)=2. The weight of f is defined as f(V)=Σv∈ V(G) f(v). The r-Hop Domination (respectively, r-Step Domination) problem asks whether G admits an r-hop dominating set (respectively, r-step dominating set) of size at most k, while the r-Hop Roman Domination problem asks whether G admits an r-hop Roman dominating function of weight at most k. It is known that for every r 2, the problems r-Step Domination, r-Hop Domination, and r-Hop Roman Domination are NP-complete. First we prove that for all r 2, r-Hop Roman Domination is W[2]-complete. Furthermore, for every r 2, r-Step Domination and r-Hop Domination remain W[2]-hard even when restricted to bipartite graphs and chordal graphs. Unless the ETH fails, none of these problems admits an algorithm running in time 2o(n+m) on graphs with n vertices and m edges.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…