Exponential-Time Approximation (Schemes) for Vertex-Ordering Problems
Matthias Bentert, Fedor V. Fomin, Tanmay Inamdar, and Saket Saurabh

TL;DR
This paper explores exponential-time approximation algorithms for vertex-ordering problems, achieving near-optimal solutions faster than exact algorithms and introducing a novel balanced-cut approach applicable to directed and weighted graphs.
Contribution
It introduces a new balanced-cut technique for vertex-ordering problems and provides a (1+ε)-approximation for Feedback Arc Set in subexponential time.
Findings
Achieved a (1+ε)-approximation for Feedback Arc Set in O*((2-δ)^n) time.
Developed algorithms for Feedback Arc Set, Optimal Linear Arrangement, Cutwidth, and Pathwidth.
Extended methods to directed and arc-weighted graphs.
Abstract
In this paper, we begin the exploration of vertex-ordering problems through the lens of exponential-time approximation algorithms. In particular, we ask the following question: Can we simultaneously beat the running times of the fastest known (exponential-time) exact algorithms and the best known approximation factors that can be achieved in polynomial time? Following the recent research initiated by Esmer et al. (ESA 2022, IPEC 2023, SODA 2024) on vertex-subset problems, and by Inamdar et al. (ITCS 2024) on graph-partitioning problems, we focus on vertex-ordering problems. In particular, we give positive results for Feedback Arc Set, Optimal Linear Arrangement, Cutwidth, and Pathwidth. Most of our algorithms build upon a novel ``balanced-cut'' approach, which is our main conceptual contribution. This allows us to solve various problems in very general settings allowing for directed and…
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
TopicsMatrix Theory and Algorithms
