Solving Cyclic Antibandwidth Problem by SAT
Hieu Truong Xuan, Khanh To Van

TL;DR
This paper introduces SAT-CAB, the first exact SAT-based method for solving the NP-hard Cyclic Antibandwidth Problem on general graphs, providing guaranteed optimal solutions and surpassing existing heuristics.
Contribution
The paper presents a novel SAT encoding and an exact approach for CABP on general graphs, enabling guaranteed optimal solutions and improving over heuristic methods.
Findings
Successfully solves practical CABP instances with optimal solutions.
Identifies several previously unknown optimal values for benchmark instances.
Outperforms or matches state-of-the-art heuristics and solvers on general graphs.
Abstract
The Cyclic Antibandwidth Problem (CABP), a variant of the Antibandwidth Problem, is an NP-hard graph labeling problem with numerous applications. Despite significant research efforts, existing state-of-the-art approaches for CABP are exclusively heuristic or metaheuristic in nature, and exact methods have been limited to restricted graph classes. In this paper, we present the first exact approach for the CABP on general graphs, based on SAT solving, called SAT-CAB. The proposed method is able to systematically explore the solution space and guarantee global optimality, overcoming the limitations of previously reported heuristic algorithms. This approach relies on a novel and efficient SAT encoding of CABP, in which the problem is transformed into a sequence of At-Most-One constraints. In particular, we introduce a compact representation of the At-Most-One constraints inherent to CABP,…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Vehicle Routing Optimization Methods
