Finding Even Subgraphs Even Faster
Prachi Goyal, Pranabendu Misra, Fahad Panolan, Geevarghese Philip,, Saket Saurabh

TL;DR
This paper improves algorithms for finding small edge deletions to achieve Eulerian properties in graphs, reducing the running time from exponential in k log k to exponential in k using matroid techniques.
Contribution
The authors develop faster fixed parameter tractable algorithms for Eulerian Edge Deletion problems by employing representative families of co-graphic matroids, answering an open question.
Findings
Algorithms run in time 2^{O(k)}n^{O(1)}
Solution viewed as independent set of a co-graphic matroid
Approach useful for connectivity-constrained problems
Abstract
Problems of the following kind have been the focus of much recent research in the realm of parameterized complexity: Given an input graph (digraph) on vertices and a positive integer parameter , find if there exist edges (arcs) whose deletion results in a graph that satisfies some specified parity constraints. In particular, when the objective is to obtain a connected graph in which all the vertices have even degrees---where the resulting graph is \emph{Eulerian}---the problem is called Undirected Eulerian Edge Deletion. The corresponding problem in digraphs where the resulting graph should be strongly connected and every vertex should have the same in-degree as its out-degree is called Directed Eulerian Edge Deletion. Cygan et al. [\emph{Algorithmica, 2014}] showed that these problems are fixed parameter tractable (FPT), and gave algorithms with the running time $2^{O(k \log…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
