中文

圆形图和 k-多边形图上配对支配问题的复杂度

数据结构与算法 2025-02-25 v5 计算复杂性 组合数学

摘要

DVD \subseteq V 为图 GG 的支配集,如果图 GG 中由 DD 诱导的子图包含完美匹配,则 DD 为配对支配集。本文证明了确定圆形图上最小配对支配集的决定问题是 NP 完备的。此外,我们提出了一种 O(n(nk2k)2k22k)O(n(\frac{n}{k^2-k})^{2k^2-2k})-时间算法,用于求解 k-多边形图上最小配对支配集,后者是圆形图的一个子类。 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.

关键词

引用

@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}
}