On the Parameterized Complexity of Eulerian Strong Component Arc Deletion

πŸ“… 2024-08-25
πŸ›οΈ International Symposium on Parameterized and Exact Computation
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This paper studies the Eulerian Strongly Connected Component Arc Deletion problem on directed multigraphs: delete a minimum number of arcs so that each strongly connected component becomes Eulerian. We first prove the problem is para-NP-hard and W[1]-hard with respect to solution size $k$, assuming the Exponential Time Hypothesis (ETH), thus ruling out FPT algorithms parameterized by $k$ alone. We systematically delineate its multi-parameter complexity landscape: the problem is XP parameterized by treewidth ($mathrm{tw}$) alone, but becomes fixed-parameter tractable (FPT) when parameterized by $mathrm{tw} + Delta$ or $mathrm{tw} + k$, where $Delta$ denotes maximum degree. We design a tight algorithm matching the ETH lower bound, combining tree-width-based dynamic programming with refined reductions. Our main contribution is a complete parameterized complexity classification, revealing the interplay among vertex degrees, structural width (treewidth), and solution size in determining computational tractability.

Technology Category

Application Category

πŸ“ Abstract
In this paper, we study the Eulerian Strong Component Arc Deletion problem, where the input is a directed multigraph and the goal is to delete the minimum number of arcs to ensure every strongly connected component of the resulting digraph is Eulerian. This problem is a natural extension of the Directed Feedback Arc Set problem and is also known to be motivated by certain scenarios arising in the study of housing markets. The complexity of the problem, when parameterized by solution size (i.e., size of the deletion set), has remained unresolved and has been highlighted in several papers. In this work, we answer this question by ruling out (subject to the usual complexity assumptions) a fixed-parameter tractable (FPT) algorithm for this parameter and conduct a broad analysis of the problem with respect to other natural parameterizations. We prove both positive and negative results. Among these, we demonstrate that the problem is also hard (W[1]-hard or even para-NP-hard) when parameterized by either treewidth or maximum degree alone. Complementing our lower bounds, we establish that the problem is in XP when parameterized by treewidth and FPT when parameterized either by both treewidth and maximum degree or by both treewidth and solution size. We show that these algorithms have near-optimal asymptotic dependence on the treewidth assuming the Exponential Time Hypothesis.
Problem

Research questions and friction points this paper is trying to address.

Determine complexity of Eulerian Strong Component Arc Deletion problem
Analyze parameterized complexity with respect to treewidth and degree
Establish FPT and XP results for specific parameter combinations
Innovation

Methods, ideas, or system contributions that make the work stand out.

Parameterized complexity analysis of Eulerian arc deletion
FPT and XP algorithms for treewidth parameterization
Hardness results for treewidth and degree parameters
πŸ”Ž Similar Papers
No similar papers found.
V
VΓ‘clav Blazej
University of Warwick
Satyabrata Jana
Satyabrata Jana
Postdoc at University of Warwick, UK
Parameteried ComplexityGraph Algorithms
M
M. Ramanujan
University of Warwick
P
Peter Strulo
University of Warwick