论文

研究团队提出新算法解决最小跨度抗带宽问题

Solving Minimum Span Antibandwidth and Cyclic Antibandwidth Labeling Problems

精选理由

研究团队提出新算法解决最小跨度抗带宽问题,在哈维尔-博因格稀疏矩阵集合上的测试中,并行SAT方法在MSCABL上表现最佳,增量SAT方法在MSABL上表现最佳,且在无孔约束下,SAT方法与CPLEXCP相比表现竞争,显著优于CPLEXMIP和Gurobi,尤其对于MSCABL。

研究团队提出最小跨度抗带宽/循环抗带宽标签(MSABL/MSCABL)问题,并开发统一SAT框架求解。该框架将问题转化为决策问题序列,利用单调性加速搜索。在哈维尔-博因格稀疏矩阵集合上的测试中,并行SAT方法在MSCABL上表现最佳,增量SAT方法在MSABL上表现最佳,且在无孔约束下,SAT方法与CPLEXCP相比表现竞争,显著优于CPLEXMIP和Gurobi,尤其对于MSCABL。

原文 · arXiv cs.AI

Solving Minimum Span Antibandwidth and Cyclic Antibandwidth Labeling Problems

The Antibandwidth and Cyclic Antibandwidth problems are NP-hard graph labeling problems that aim to maximize the minimum (cyclic) distance between labels assigned to adjacent vertices. Extensive research on these problems has resulted in a variety of mathematical formulations and computational approaches. However, their minimum span perspective, in which a prescribed minimum (cyclic) distance is fixed and the objective is to minimize the label span, has received comparatively little attention. In this paper, we consider this complementary perspective by introducing the Minimum Span Antibandwidth/Cyclic Antibandwidth Labeling (MSABL/MSCABL) problems and developing a unified Boolean Satisfiability (SAT)-based framework for solving them. The SAT-based framework formulates MSABL/MSCABL as a sequence of decision problems and exploits their monotonicity to accelerate the search process. We also consider two SAT solving strategies, parallel and incremental SAT solving: the former examines multiple candidate spans concurrently, while the latter reuses a single SAT instance while progressively restricting the label domain. The proposed approaches are evaluated on benchmark instances from the Harwell-Boeing Sparse Matrix Collection and compared with CPLEXCP, CPLEXMIP, and Gurobi. The results show that SAT-based approaches are highly competitive in solution quality, with the parallel approach performing best overall for MSCABL and the incremental approach for MSABL. With the no-hole constraint, they remain competitive with CPLEXCP and significantly outperform CPLEXMIP and Gurobi, particularly for MSCABL. These results demonstrate the effectiveness of SAT solving as an exact approach for MSABL and MSCABL.