HyColor: An Efficient Heuristic Algorithm for Graph Coloring
Enqiang Zhu, Yu Zhang, Haopeng Sun, Ziqi Wei, Witold Pedrycz, Chanjuan Liu, Jin Xu

TL;DR
HyColor is a new hybrid heuristic algorithm that efficiently solves large-scale sparse and small dense graph coloring problems, outperforming existing methods in solution quality and speed.
Contribution
The paper introduces HyColor, a novel hybrid heuristic algorithm that effectively handles large sparse and small dense graphs for the graph coloring problem.
Findings
HyColor outperforms three state-of-the-art algorithms on 209 benchmark instances.
Achieved best solutions in over 93% of instances, with 34 significantly better.
Successfully determined the chromatic number and optimal coloring in 128 cases.
Abstract
The graph coloring problem (GCP) is a classic combinatorial optimization problem that aims to find the minimum number of colors assigned to vertices of a graph such that no two adjacent vertices receive the same color. GCP has been extensively studied by researchers from various fields, including mathematics, computer science, and biological science. Due to the NP-hard nature, many heuristic algorithms have been proposed to solve GCP. However, existing GCP algorithms focus on either small hard graphs or large-scale sparse graphs (with up to 10^7 vertices). This paper presents an efficient hybrid heuristic algorithm for GCP, named HyColor, which excels in handling large-scale sparse graphs while achieving impressive results on small dense graphs. The efficiency of HyColor comes from the following three aspects: a local decision strategy to improve the lower bound on the chromatic number;…
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
TopicsScheduling and Timetabling Solutions · Vehicle Routing Optimization Methods · Advanced Graph Theory Research
MethodsFocus
