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

计算机工程 ›› 2011, Vol. 37 ›› Issue (11): 92-93,99. doi: 10.3969/j.issn.1000-3428.2011.11.031

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

团分划问题的固定参数算法研究

吴筱天,林育豪,Rudolf Fleischer   

  1. (复旦大学计算机科学技术学院上海市智能信息处理重点实验室,上海 201203)
  • 收稿日期:2011-01-29 出版日期:2011-06-05 发布日期:2011-06-05
  • 作者简介:吴筱天(1984-),男,硕士研究生,主研方向:固定参数算法,图论;林育豪,本科;Rudolf Flesicher,教授、博士生导师
  • 基金资助:
    国家自然科学基金资助项目(60973026);上海市重点 学科建设基金资助项目(B114);上海市科委科技基金资助项目(08DZ 2271800)

Research of Fixed Parameter Algorithm for Clique Partition Problem

WU Xiao-tian, LIN Yu-hao, Rudolf Fleischer   

  1. (Shanghai Key Laboratory of Intelligent Information Processing, School of Computer Science, Fudan University, Shanghai 201203, China)
  • Received:2011-01-29 Online:2011-06-05 Published:2011-06-05

摘要: 图论中的团分划问题属于NP-完全问题,难以在多项式时间内解决。为此,对团分划问题的固定参数算法进行研究,提出一个针对K4-free图的新归约法则,结合深度限制搜索树技术对K4-free图中的团分划固定参数可解类算法做出改进。实验结果表明,与原算法相比,在稀疏图的情况下改进算法效率提高了30%。

关键词: 图论, 团分划, 固定参数算法, 规约法则, 深度限制搜索树

Abstract: Clique Partition(CP) problem in graph theory is NP-complete, so it’s difficult to solve it in polynomial time. This paper studies fixed parameter algorithm for CP and proposes a new reduction rule for K4-free graphs. Combing with the way of depth-bound search tree, it improves the running time of Fixed Parameter Tractable(FPT) algorithm for Clique partition in K4-free graph. Experimental results show that the efficiency of the improved algorithm is higher than the original at least thirty percent in the case of sparse graph.

Key words: graph theory, Clique Partition(CP), fixed parameter algorithm, reduction rule, depth-bound search tree

中图分类号: