English

Algorithmic Results for Weak Roman Domination Problem in Graphs

Discrete Mathematics 2024-07-08 v1 Data Structures and Algorithms

Abstract

Consider a graph G=(V,E)G = (V, E) and a function f:V{0,1,2}f: V \rightarrow \{0, 1, 2\}. A vertex uu with f(u)=0f(u)=0 is defined as \emph{undefended} by ff if it lacks adjacency to any vertex with a positive ff-value. The function ff is said to be a \emph{Weak Roman Dominating function} (WRD function) if, for every vertex uu with f(u)=0f(u) = 0, there exists a neighbour vv of uu with f(v)>0f(v) > 0 and a new function f:V{0,1,2}f': V \rightarrow \{0, 1, 2\} defined in the following way: f(u)=1f'(u) = 1, f(v)=f(v)1f'(v) = f(v) - 1, and f(w)=f(w)f'(w) = f(w), for all vertices ww in V{u,v}V\setminus\{u,v\}; so that no vertices are undefended by ff'. The total weight of ff is equal to vVf(v)\sum_{v\in V} f(v), and is denoted as w(f)w(f). The \emph{Weak Roman Domination Number} denoted by γr(G)\gamma_r(G), represents min{w(f)  fmin\{w(f)~\vert~f is a WRD function of G}G\}. For a given graph GG, the problem of finding a WRD function of weight γr(G)\gamma_r(G) is defined as the \emph{Minimum Weak Roman domination problem}. The problem is already known to be NP-hard for bipartite and chordal graphs. In this paper, we further study the algorithmic complexity of the problem. We prove the NP-hardness of the problem for star convex bipartite graphs and comb convex bipartite graphs, which are subclasses of bipartite graphs. In addition, we show that for the bounded degree star convex bipartite graphs, the problem is efficiently solvable. We also prove the NP-hardness of the problem for split graphs, a subclass of chordal graphs. On the positive side, we give polynomial-time algorithms to solve the problem for P4P_4-sparse graphs. Further, we have presented some approximation results.

Keywords

Cite

@article{arxiv.2407.03812,
  title  = {Algorithmic Results for Weak Roman Domination Problem in Graphs},
  author = {Kaustav Paul and Ankit Sharma and Arti Pandey},
  journal= {arXiv preprint arXiv:2407.03812},
  year   = {2024}
}
R2 v1 2026-06-28T17:29:02.911Z