On the Complexity of Signed Domination

📅 2026-06-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the problem of computing the minimum weight of signed domination functions on graphs. Although this problem is known to be NP-complete on bipartite graphs, chordal graphs, and planar graphs, the paper establishes its NP-completeness even on split graphs. Through a parameterized complexity analysis, the authors show that the problem is W[1]-hard when parameterized by the feedback vertex set number. In contrast, they present the first fixed-parameter tractable (FPT) algorithms using two structural parameters: neighborhood diversity and twin-cover number. These results refine the complexity landscape of the problem across fine-grained graph classes and offer efficient solutions for specific sparse or highly structured graphs.
📝 Abstract
Given a graph $G = (V, E)$, a signed dominating function is a function $f: V \rightarrow \{-1, 1\}$ such that for every vertex $u \in V$, $\sum\limits_{v \in N[u]} f(v) \geq 1$. The weight of $f$ is defined as $\sum\limits_{u \in V} f(u)$. The objective of the \sd{} problem is to compute a signed dominating function $f$ of minimum weight. The problem is known to be NP-complete even when restricted to bipartite, chordal, and planar graphs. In this paper, we extend the known complexity results for the \sd{} problem. Since the problem is NP-complete on chordal graphs, we study its complexity on split graphs, a subclass of chordal graphs, and show that it remains NP-complete. Moreover, as the problem is W[2]-hard parameterized by weight, we investigate its parameterized complexity with respect to structural parameters. We prove that the problem is W[1]-hard when parameterized by feedback vertex set number (and hence by treewidth and clique-width). Motivated by this hardness result, we consider more restrictive parameters, neighbourhood diversity and twin cover number, and present FPT algorithms.
Problem

Research questions and friction points this paper is trying to address.

Signed Domination
NP-completeness
Parameterized Complexity
Split Graphs
Structural Parameters
Innovation

Methods, ideas, or system contributions that make the work stand out.

Signed Domination
NP-completeness
Parameterized Complexity
FPT algorithm
Structural Parameters
🔎 Similar Papers
No similar papers found.
S
Sangam Balchandar Reddy
School of Computer and Information Sciences, University of Hyderabad, Telangana, India