作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (10): 55-57. doi: 10.3969/j.issn.1000-3428.2011.10.018

• 软件技术与数据库 • 上一篇    下一篇

最小连通支配集问题的化简算法

高文宇   

  1. (广东商学院信息学院,广州 510320)
  • 出版日期:2011-05-20 发布日期:2011-05-20
  • 作者简介:高文宇(1972-),男,教授、博士,主研方向:参数算法理论及应用,计算机网络传输控制
  • 基金资助:
    广东省自然科学基金资助项目(8151032001000013)

Reduction Algorithm for Minimum Connected Dominating Set Problem

GAO Wen-yu   

  1. (Information Science School, Guangdong University of Business Studies, Guangzhou 510320, China)
  • Online:2011-05-20 Published:2011-05-20

摘要: 分析连通支配集的支配性约束和连通性约束条件,提出2条针对简单无向连通图最小连通支配集问题的化简规则。规则通过对图中节点的邻节点进行分类以及寻找图的割点提前确定一些必选节点,同时删除一些多余节点,从而降低原问题的规模。从理论上证明了化简规则的正确性,并通过随机仿真实验验证化简规则的有效性。

关键词: 最小连通支配集, 化简, 参数算法, 复杂性

Abstract: By analyzing the dominant constraints and connectivity constraints of connected dominating set, two reduction rules for minimum connected dominating set in simple connected graph is proposed. These rules can find out some required nodes and delete some redundant nodes in advance through classification of neighbors of any node, and through finding cut nodes in graph, thus reducing the size of the original problem. These reduction rules are proved theoretically and tested by random simulations.

Key words: minimum connected dominating set, reduction, parameter algorithm, complexity

中图分类号: