PeerJ Computer Science (Feb 2023)

Dynamic thresholding search for the feedback vertex set problem

  • Wen Sun,
  • Jin-Kao Hao,
  • Zihao Wu,
  • Wenlong Li,
  • Qinghua Wu

DOI
https://doi.org/10.7717/peerj-cs.1245
Journal volume & issue
Vol. 9
p. e1245

Abstract

Read online Read online

Given a directed graph G = (V, E), a feedback vertex set is a vertex subset C whose removal makes the graph G acyclic. The feedback vertex set problem is to find the subset C* whose cardinality is the minimum. As a general model, this problem has a variety of applications. However, the problem is known to be NP-hard, and thus computationally challenging. To solve this difficult problem, this article develops an iterated dynamic thresholding search algorithm, which features a combination of local optimization, dynamic thresholding search, and perturbation. Computational experiments on 101 benchmark graphs from various sources demonstrate the advantage of the algorithm compared with the state-of-the-art algorithms, by reporting record-breaking best solutions for 24 graphs, equally best results for 75 graphs, and worse best results for only two graphs. We also study how the key components of the algorithm affect its performance of the algorithm.

Keywords