Simultaneous Feedback Edge Set: A Parameterized Perspective

November 23, 2016 Β· Declared Dead Β· πŸ› Algorithmica

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Akanksha Agrawal, Fahad Panolan, Saket Saurabh, Meirav Zehavi arXiv ID 1611.07701 Category cs.DS: Data Structures & Algorithms Citations 7 Venue Algorithmica Last Checked 4 months ago
Abstract
In this paper we consider Simultaneous Feedback Edge Set (Sim-FES) problem. In this problem, the input is an $n$-vertex graph $G$, an integer $k$ and a coloring function ${\sf col}: E(G) \rightarrow 2^{[Ξ±]}$ and the objective is to check whether there is an edge subset $S$ of cardinality at most $k$ in $G$ such that for all $i \in [Ξ±]$, $G_i - S$ is acyclic. Here, $G_i=(V(G), \{e\in E(G) \mid i \in {\sf col}(e)\})$ and $[Ξ±]=\{1,\ldots,Ξ±\}$. When $Ξ±=1$, the problem is polynomial time solvable. We show that for $Ξ±=3$ Sim-FES is NP-hard by giving a reduction from Vertex Cover on cubic graphs. The same reduction shows that the problem does not admit an algorithm of running time $O(2^{o(k)}n^{O(1)})$ unless ETH fails. This hardness result is complimented by an FPT algorithm for Sim-FES running in time $O(2^{Ο‰kΞ±+Ξ±\log k} n^{O(1)})$, where $Ο‰$ is the exponent in the running time of matrix multiplication. The same algorithm gives a polynomial time algorithm for the case when $Ξ±=2$. We also give a kernel for Sim-FES with $(kΞ±)^{O(Ξ±)}$ vertices. Finally, we consider the problem Maximum Simultaneous Acyclic Subgraph. Here, the input is a graph $G$, an integer $q$ and, a coloring function ${\sf col}: E(G) \rightarrow 2^{[Ξ±]}$. The question is whether there is a edge subset $F$ of cardinality at least $q$ in $G$ such that for all $i\in [Ξ±]$, $G[F_i]$ is acyclic. Here, $F_i=\{e \in F \mid i \in \textsf{col}(e)\}$. We give an FPT algorithm for running in time $O(2^{Ο‰q Ξ±}n^{O(1)})$.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted