Exponential-Time Approximation of Hard Problems
Marek Cygan, Lukasz Kowalik, Marcin Pilipczuk, Mateusz Wykurz

TL;DR
This paper explores exponential-time approximation algorithms for NP-hard problems, achieving smaller exponential bases and approximation ratios through novel backtracking and transformation techniques.
Contribution
It introduces new exponential-time approximation schemes that trade off between approximation quality and reduced exponential base in the running time.
Findings
A $(4r-1)$-approximation for Bandwidth in $O^*(2^{n/r})$ time.
Transformations from exact exponential algorithms to faster approximation algorithms.
Extension of exact algorithms' applicability to NP-hard problems through approximation schemes.
Abstract
We study optimization problems that are neither approximable in polynomial time (at least with a constant factor) nor fixed parameter tractable, under widely believed complexity assumptions. Specifically, we focus on Maximum Independent Set, Vertex Coloring, Set Cover, and Bandwidth. In recent years, many researchers design exact exponential-time algorithms for these and other hard problems. The goal is getting the time complexity still of order , but with the constant as small as possible. In this work we extend this line of research and we investigate whether the constant can be made even smaller when one allows constant factor approximation. In fact, we describe a kind of approximation schemes -- trade-offs between approximation factor and the time complexity. We study two natural approaches. The first approach consists of designing a backtracking algorithm with a…
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
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Matrix Theory and Algorithms
