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

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (05): 897-906.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

A backtracking algorithm with reduction for the threshold-minimum dominating set problem

CHU Xu,NING Ai-bing,HU Kai-yuan,DAI Su-yu,ZHANG Hui-zhen   

  1. (Business School,University of Shanghai for Science & Technology,Shanghai 200093,China)
  • Received:2023-02-12 Revised:2023-05-24 Accepted:2024-05-25 Online:2024-05-25 Published:2024-05-30

Abstract: The threshold-minimum dominating set problem in graph theory is a NP-hard problem in combinatorial optimization, which is essentially an extension of the minimum dominant set problem. This paper studies the threshold-minimum dominating set problem for the given undirected graph G=(V, E) and threshold value r. Firstly, some mathematical properties and corresponding proof are studied, and these properties can be used to reduce the size of the given problem, thereby reducing the difficulty of the problem solving. Secondly, the upper and lower bound sub-algorithms and the reduced order sub-algorithm are designed. Based on these sub-algorithms, a backtracking algorithm with reduction(BAR) is proposed, which can reduce the problem size and get the optimal solution. Finally, an example analysis and some random examples verifies that the algorithm can effectively reduce the difficulty of problem-solving.

Key words: threshold-minimum dominating set problem, mathematical property, upper and lower bound algorithm, backtracking algorithm with reduction