English

Parameterized Orientable Deletion

Computational Complexity 2020-01-28 v3 Data Structures and Algorithms Combinatorics

Abstract

A graph is dd-orientable if its edges can be oriented so that the maximum in-degree of the resulting digraph is at most dd. dd-orientability is a well-studied concept with close connections to fundamental graph-theoretic notions and applications as a load balancing problem. In this paper we consider the d-ORIENTABLE DELETION problem: given a graph G=(V,E)G=(V,E), delete the minimum number of vertices to make GG dd-orientable. We contribute a number of results that improve the state of the art on this problem. Specifically: - We show that the problem is W[2]-hard and logn\log n-inapproximable with respect to kk, the number of deleted vertices. This closes the gap in the problem's approximability. - We completely characterize the parameterized complexity of the problem on chordal graphs: it is FPT parameterized by d+kd+k, but W-hard for each of the parameters d,kd,k separately. - We show that, under the SETH, for all d,ϵd,\epsilon, the problem does not admit a (d+2ϵ)tw(d+2-\epsilon)^{tw}, algorithm where twtw is the graph's treewidth, resolving as a special case an open problem on the complexity of PSEUDOFOREST DELETION. - We show that the problem is W-hard parameterized by the input graph's clique-width. Complementing this, we provide an algorithm running in time dO(dcw)d^{O(d\cdot cw)}, showing that the problem is FPT by d+cwd+cw, and improving the previously best known algorithm for this case.

Keywords

Cite

@article{arxiv.1807.11518,
  title  = {Parameterized Orientable Deletion},
  author = {Tesshu Hanaka and Ioannis Katsikarelis and Michael Lampis and Yota Otachi and Florian Sikora},
  journal= {arXiv preprint arXiv:1807.11518},
  year   = {2020}
}
R2 v1 2026-06-23T03:19:31.841Z