Complexity of Paired Domination Problems on Circle and $k$-Polygon Graphs
Ta-Yu Mu, Ching-Chi Lin

TL;DR
This paper investigates the computational complexity of paired domination problems in circle and $k$-polygon graphs, proving NP-completeness for circle graphs and providing more efficient algorithms for $k$-polygon graphs.
Contribution
It establishes NP-completeness for paired domination in circle graphs and introduces improved algorithms for minimum paired and total dominating sets in $k$-polygon graphs.
Findings
Determined that the minimum paired-dominating set problem is NP-complete for circle graphs.
Developed an $O(n(rac{n}{k^2-k})^{2k^2-2k})$-time algorithm for $k$-polygon graphs.
Reduced the complexity of existing algorithms for minimum dominating sets in $k$-polygon graphs.
Abstract
A set is a dominating set of a graph if every vertex in is adjacent to at least one vertex in . A dominating set is a paired-dominating set if the subgraph of induced by 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 -time algorithm for finding the minimum paired-dominating set in -polygon graphs, a subclass of circle graphs. Additionally, we refine the existing algorithm of Elmallah and Stewart for computing the minimum dominating set in -polygon graphs, reducing its time complexity from to , and further extend it to find the minimum total dominating set.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
