English

Parameterized Complexity and Approximability of Directed Odd Cycle Transversal

Data Structures and Algorithms 2017-04-17 v1 Computational Complexity Discrete Mathematics

Abstract

A directed odd cycle transversal of a directed graph (digraph) DD is a vertex set SS that intersects every odd directed cycle of DD. In the Directed Odd Cycle Transversal (DOCT) problem, the input consists of a digraph DD and an integer kk. The objective is to determine whether there exists a directed odd cycle transversal of DD of size at most kk. In this paper, we settle the parameterized complexity of DOCT when parameterized by the solution size kk by showing that DOCT does not admit an algorithm with running time f(k)nO(1)f(k)n^{O(1)} unless FPT = W[1]. On the positive side, we give a factor 22 fixed parameter tractable (FPT) approximation algorithm for the problem. More precisely, our algorithm takes as input DD and kk, runs in time 2O(k2)nO(1)2^{O(k^2)}n^{O(1)}, and either concludes that DD does not have a directed odd cycle transversal of size at most kk, or produces a solution of size at most 2k2k. Finally, we provide evidence that there exists ϵ>0\epsilon > 0 such that DOCT does not admit a factor (1+ϵ)(1+\epsilon) FPT-approximation algorithm.

Keywords

Cite

@article{arxiv.1704.04249,
  title  = {Parameterized Complexity and Approximability of Directed Odd Cycle Transversal},
  author = {Daniel Lokshtanov and M. S. Ramanujan and Saket Saurabh and Meirav Zehavi},
  journal= {arXiv preprint arXiv:1704.04249},
  year   = {2017}
}
R2 v1 2026-06-22T19:17:00.992Z