English

An Improved Exact Algorithm for Knot-Free Vertex Deletion

Data Structures and Algorithms 2023-03-21 v1

Abstract

A knot KK in a directed graph DD is a strongly connected component of size at least two such that there is no arc (u,v)(u,v) with uV(K)u \in V(K) and vV(K)v\notin V(K). Given a directed graph D=(V,E)D=(V,E), we study Knot-Free Vertex Deletion (KFVD), where the goal is to remove the minimum number of vertices such that the resulting graph contains no knots. This problem naturally emerges from its application in deadlock resolution since knots are deadlocks in the OR-model of distributed computation. The fastest known exact algorithm in literature for KFVD runs in time O(1.576n)\mathcal{O}^\star(1.576^n). In this paper, we present an improved exact algorithm running in time O(1.4549n)\mathcal{O}^\star(1.4549^n), where nn is the number of vertices in DD. We also prove that the number of inclusion wise minimal knot-free vertex deletion sets is O(1.4549n)\mathcal{O}^\star(1.4549^n) and construct a family of graphs with Ω(1.4422n)\Omega(1.4422^n) minimal knot-free vertex deletion sets

Keywords

Cite

@article{arxiv.2303.10866,
  title  = {An Improved Exact Algorithm for Knot-Free Vertex Deletion},
  author = {Ajaykrishnan E S and Soumen Maity and Abhishek Sahu and Saket Saurabh},
  journal= {arXiv preprint arXiv:2303.10866},
  year   = {2023}
}
R2 v1 2026-06-28T09:23:28.175Z