On Making Directed Graphs Eulerian
Manuel Sorge

TL;DR
This paper investigates the Eulerian extension problem in directed graphs, analyzing its parameterized complexity with respect to graph components and degree imbalances, and proposes algorithms and complexity bounds for solving it.
Contribution
It introduces a new parameterized analysis of the Eulerian extension problem, including a polynomial-time algorithm with a specific exponential dependence and a matching formulation approach.
Findings
Algorithm with running time polynomial except for 4^(c log(bc^2)) term.
Matching formulation of EE as a potential solving tool.
Polynomial-time preprocessing cannot reduce instance size polynomially based on parameters unless coNP ⊆ NP/poly.
Abstract
A directed graph is called Eulerian, if it contains a tour that traverses every arc in the graph exactly once. We study the problem of Eulerian extension (EE) where a directed multigraph G and a weight function is given and it is asked whether G can be made Eulerian by adding arcs whose total weight does not exceed a given threshold. This problem is motivated through applications in vehicle routing and flowshop scheduling. However, EE is NP-hard and thus we use the parameterized complexity framework to analyze it. In parameterized complexity, the running time of algorithms is considered not only with respect to input length, but also with respect to other properties of the input - called "parameters". Dorn et. al. proved that EE can be solved in O(4^k n^4) time, where k denotes the parameter "number of arcs that have to be added". In this thesis, we analyze EE with respect to the…
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.
Taxonomy
TopicsAdvanced Graph Theory Research · Interconnection Networks and Systems · Graph Labeling and Dimension Problems
