André Schidler, Stefan Szeider
tlooto Summary
This article enhances tabu search for graph coloring within the SAT-based local improvement (SLIM) framework and incrementally improves a candidate solution by repeatedly selecting small subgraphs and coloring them optimally with a SAT solver.
Abstract
Graph coloring is the problem of coloring the vertices of a graph with as few colors as possible, avoiding monochromatic edges. It is one of the most fundamental NP-hard computational problems. For decades researchers have developed exact and heuristic methods for graph coloring. While methods based on propositional satisfiability (SAT) feature prominently among these exact methods, the encoding size is prohibitive for large graphs. For such graphs, heuristic methods have been proposed, with tabu search among the most successful ones. In this article, we enhance tabu search for graph coloring within the SAT-based local improvement (SLIM) framework. Our hybrid algorithm incrementally improves a candidate solution by repeatedly selecting small subgraphs and coloring them optimally with a SAT solver. This approach scales to dense graphs with several hundred thousand vertices and over 1.5 billion edges. Our experimental evaluation shows that our hybrid algorithm beats state-of-the-art methods on large dense graphs.
Citation format
SCHIDLER, André; SZEIDER, Stefan. SAT-boosted tabu search for coloring massive graphs. ACM Journal of Experimental Algorithmics, 2023, 28: 1–19.