Faster exponential algorithms for cut problems via geometric data structures
L\'aszl\'o Kozma, Junqi Tan

TL;DR
This paper introduces faster exponential algorithms for classic graph cut problems using geometric data structures, achieving running times around 2^n with simple, versatile techniques.
Contribution
It presents novel algorithms with improved exponential running times for several cut problems, combining split-and-list with orthogonal range searching.
Findings
Achieved $O(1.9999977^n)$ time algorithms for multiple cut problems.
Algorithms are simple, combining classic techniques with computational geometry.
Extends to decision, optimization, and counting versions, as well as various problem variants.
Abstract
For many hard computational problems, simple algorithms that run in time arise, say, from enumerating all subsets of a size- set. Finding (exponentially) faster algorithms is a natural goal that has driven much of the field of exact exponential algorithms (e.g., see Fomin and Kratsch, 2010). In this paper we obtain algorithms with running time on input graphs with vertices, for the following well-studied problems: - -Cut: find a proper cut in which no vertex has more than neighbors on the other side of the cut; - Internal Partition: find a proper cut in which every vertex has at least as many neighbors on its side of the cut as on the other side; and - ()-Domination: given intervals , find a subset of the vertices, so that for every vertex the number of neighbors of in…
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
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
