Parameterized Local Search for Max $c$-Cut
Jaroslav Garvardt, Niels Gr\"uttemeier, Christian Komusiewicz, Nils, Morawietz

TL;DR
This paper investigates parameterized local search algorithms for the NP-hard Max c-Cut problem, providing complexity results, an improved algorithm, and demonstrating practical improvements on benchmark instances.
Contribution
The paper introduces a fixed-parameter algorithm for LS Max c-Cut and shows its effectiveness as a post-processing step to enhance heuristic solutions.
Findings
The problem is unlikely to be fixed-parameter tractable on bipartite graphs.
An algorithm with runtime $igO((3e riangle)^k c k^3 riangle n)$ is proposed.
Practical improvements are achieved on benchmark instances using the algorithm as a post-processing step.
Abstract
In the NP-hard Max -Cut problem, one is given an undirected edge-weighted graph and aims to color the vertices of with colors such that the total weight of edges with distinctly colored endpoints is maximal. The case with is the famous Max Cut problem. To deal with the NP-hardness of this problem, we study parameterized local search algorithms. More precisely, we study LS Max -Cut where we are also given a vertex coloring and an integer and the task is to find a better coloring that changes the color of at most vertices, if such a coloring exists; otherwise, the given coloring is -optimal. We show that, for all , LS Max -Cut presumably cannot be solved in time even on bipartite graphs. We then present an algorithm for LS Max -Cut with running time $\mathcal{O}((3e\Delta)^k\cdot c\cdot k^3\cdot\Delta\cdot…
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
TopicsAlgorithms and Data Compression · Metaheuristic Optimization Algorithms Research · Artificial Intelligence in Games
