English

Complexity of Paired Domination Problems on Circle and $k$-Polygon Graphs

Data Structures and Algorithms 2025-02-25 v5 Computational Complexity Combinatorics

Abstract

A set DVD \subseteq V is a dominating set of a graph GG if every vertex in VDV - D is adjacent to at least one vertex in DD. A dominating set DD is a paired-dominating set if the subgraph of GG induced by DD contains a perfect matching. In this paper, we prove that determining the minimum paired-dominating set in circle graphs is NP-complete. We further present an O(n(nk2k)2k22k)O(n(\frac{n}{k^2-k})^{2k^2-2k})-time algorithm for finding the minimum paired-dominating set in kk-polygon graphs, a subclass of circle graphs. Additionally, we refine the existing algorithm of Elmallah and Stewart for computing the minimum dominating set in kk-polygon graphs, reducing its time complexity from O(n4k2+3)O(n^{4k^2+3}) to O(n3k5)O(n^{3k-5}), and further extend it to find the minimum total dominating set.

Keywords

Cite

@article{arxiv.2411.19473,
  title  = {Complexity of Paired Domination Problems on Circle and $k$-Polygon Graphs},
  author = {Ta-Yu Mu and Ching-Chi Lin},
  journal= {arXiv preprint arXiv:2411.19473},
  year   = {2025}
}