• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (6): 37-40.doi: 10.3969/j.issn.1007130X.2011.

• 论文 • Previous Articles     Next Articles

A Refined Algorithm for the Dominating Sets on Planar Graphs Based on Search Trees

LAI Xinke,WU Xiaotian   

  1. (School of Computer Science,Fudan University,Shanghai 201203,China)
  • Received:2010-07-26 Revised:2010-11-12 Online:2011-06-25 Published:2011-06-08

Abstract:

The dominating set in graphs is considered to be among the most important problems in combinatorial optimization, which is NPcomplete. From the viewpoint of FixedParameter Tractable, the problem is known to be W[2]complete for general graphs, which means that it is impossible to design an algorithms solve the problem with running time f(k)no(1).We investigate the version where we are given a planar graph G=(V ,E), a parameter k, and ask for a set of vertices of size at most k that dominate all other vertices. It is known to be fixedparameter tractable when restricted to a planar graph. We also give a search tree algorithm based on the two sets of reduction rules and the experiments to show the efficiency between different sets of reduction rules.

Key words: algorithm;search tree;dominating set;fixedparameter tractable