Paired-domination Problem on Circle and $k$-polygon Graphs

πŸ“… 2024-11-29
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This paper investigates the paired domination problem on circle graphs and k-polygon graphs. We first establish that paired domination is NP-complete on circle graphsβ€”the first proof of its computational hardness on this class. Second, for k-polygon graphs, we design the first subexponential-time exact algorithm, running in $Oig(n (n/(k^2 - k))^{2k^2 - 2k}ig)$ time. Additionally, we significantly improve the time complexity of the classical domination problem on k-polygon graphs, reducing it from $O(n^{4k^2 + 3})$ to $O(n^{3k - 5})$. Our approach integrates graph-theoretic modeling, NP-completeness reductions, dynamic programming, and structural analysis of matchings. These contributions jointly resolve two longstanding gaps: the computational complexity of paired domination on circle graphs and the design of efficient exact algorithms for paired and standard domination on k-polygon graphs.

Technology Category

Application Category

πŸ“ Abstract
A vertex set $D subseteq V$ is considered a dominating set of $G$ if every vertex in $V - D$ is adjacent to at least one vertex in $D$. We called a dominating set $D$ as a paired-dominating set if the subgraph of $G$ induced by $D$ contains a perfect matching. In this paper, we show that determining the minimum paired-dominating set on circle graphs is NP-complete. We further propose an $O(n(frac{n}{k^2-k})^{2k^2-2k})$-time algorithm for $k$-polygon graphs, a subclass of circle graphs, for finding the minimum paired-dominating set. Moreover, we extend our method to improve the algorithm for finding the minimum dominating set on $k$-polygon graphs in~[emph{E.S.~Elmallah and L.K.~Stewart, Independence and domination in polygon graphs, Discrete Appl. Math., 1993}] and reduce their time-complexity from $O(n^{4k^2+3})$ to $O(n^{3k-5})$.
Problem

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

Computational Complexity
Minimum Dominating Set
Algorithm Efficiency
Innovation

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

NP-completeness
k-polygon graphs algorithm
improved computational complexity
πŸ”Ž Similar Papers
No similar papers found.
T
Taisheng Mu
Department of Computer Science and Information Engineering, National Taiwan University, Taipei 10617, Taiwan
Ching-Chi Lin
Ching-Chi Lin
TU Dortmund University
Cloud ComputingAlgorithm DesignEnergy-efficient Task SchedulingParallel and Distributed Systems