English

Component Order Connectivity in Directed Graphs

Data Structures and Algorithms 2020-07-20 v2 Computational Complexity

Abstract

A directed graph DD is semicomplete if for every pair x,yx,y of vertices of D,D, there is at least one arc between xx and y.y. \viol{Thus, a tournament is a semicomplete digraph.} In the Directed Component Order Connectivity (DCOC) problem, given a digraph D=(V,A)D=(V,A) and a pair of natural numbers kk and \ell, we are to decide whether there is a subset XX of VV of size kk such that the largest strong connectivity component in DXD-X has at most \ell vertices. Note that DCOC reduces to the Directed Feedback Vertex Set problem for =1.\ell=1. We study parametered complexity of DCOC for general and semicomplete digraphs with the following parameters: k,,+kk, \ell,\ell+k and nn-\ell. In particular, we prove that DCOC with parameter kk on semicomplete digraphs can be solved in time O(216k)O^*(2^{16k}) but not in time O(2o(k))O^*(2^{o(k)}) unless the Exponential Time Hypothesis (ETH) fails. \gutin{The upper bound O(216k)O^*(2^{16k}) implies the upper bound O(216(n))O^*(2^{16(n-\ell)}) for the parameter n.n-\ell. We complement the latter by showing that there is no algorithm of time complexity O(2o(n))O^*(2^{o({n-\ell})}) unless ETH fails.} Finally, we improve \viol{(in dependency on \ell)} the upper bound of G{\"{o}}ke, Marx and Mnich (2019) for the time complexity of DCOC with parameter +k\ell+k on general digraphs from O(2O(klog(k)))O^*(2^{O(k\ell\log (k\ell))}) to O(2O(klog(k))).O^*(2^{O(k\log (k\ell))}). Note that Drange, Dregi and van 't Hof (2016) proved that even for the undirected version of DCOC on split graphs there is no algorithm of running time O(2o(klog))O^*(2^{o(k\log \ell)}) unless ETH fails and it is a long-standing problem to decide whether Directed Feedback Vertex Set admits an algorithm of time complexity O(2o(klogk)).O^*(2^{o(k\log k)}).

Keywords

Cite

@article{arxiv.2007.06896,
  title  = {Component Order Connectivity in Directed Graphs},
  author = {J. Bang-Jensen and E. Eiben and G. Gutin and M. Wahlstrom and A. Yeo},
  journal= {arXiv preprint arXiv:2007.06896},
  year   = {2020}
}
R2 v1 2026-06-23T17:06:08.994Z