Parameterized Local Search for Max $c$-Cut
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 , where is the maximum degree of the input graph. Finally, we evaluate the practical performance of this algorithm in a hill-climbing approach as a post-processing for a state-of-the-art heuristic for Max -Cut. We show that using parameterized local search, the results of this state-of-the-art heuristic can be further improved on a set of standard benchmark instances.
Cite
@article{arxiv.2409.13380,
title = {Parameterized Local Search for Max $c$-Cut},
author = {Jaroslav Garvardt and Niels Grüttemeier and Christian Komusiewicz and Nils Morawietz},
journal= {arXiv preprint arXiv:2409.13380},
year = {2024}
}