License: Creative Commons Attribution 4.0 International license (CC BY 4.0)
When quoting this document, please refer to the following
DOI: 10.4230/LIPIcs.CP.2023.12
URN: urn:nbn:de:0030-drops-190490
URL: http://dagstuhl.sunsite.rwth-aachen.de/volltexte/2023/19049/
Chu, Yi ;
Cai, Shaowei ;
Luo, Chuan ;
Lei, Zhendong ;
Peng, Cong
Towards More Efficient Local Search for Pseudo-Boolean Optimization
Abstract
Pseudo-Boolean (PB) constraints are highly expressive, and many combinatorial optimization problems can be modeled using pseudo-Boolean optimization (PBO). It is recognized that stochastic local search (SLS) is a powerful paradigm for solving combinatorial optimization problems, but the development of SLS for solving PBO is still in its infancy. In this paper, we develop an effective SLS algorithm for solving PBO, dubbed NuPBO, which introduces a novel scoring function for PB constraints and a new weighting scheme. We conduct experiments on a broad range of six public benchmarks, including three real-world benchmarks, a benchmark from PB competition, an integer linear programming optimization benchmark, and a crafted combinatorial benchmark, to compare NuPBO against five state-of-the-art competitors, including a recently-proposed SLS PBO solver LS-PBO, two complete PB solvers PBO-IHS and RoundingSat, and two mixed integer programming (MIP) solvers Gurobi and SCIP. NuPBO has been exhibited to perform best on these three real-world benchmarks. On the other three benchmarks, NuPBO shows competitive performance compared to state-of-the-art competitors, and it significantly outperforms LS-PBO, indicating that NuPBO greatly advances the state of the art in SLS for solving PBO.
BibTeX - Entry
@InProceedings{chu_et_al:LIPIcs.CP.2023.12,
author = {Chu, Yi and Cai, Shaowei and Luo, Chuan and Lei, Zhendong and Peng, Cong},
title = {{Towards More Efficient Local Search for Pseudo-Boolean Optimization}},
booktitle = {29th International Conference on Principles and Practice of Constraint Programming (CP 2023)},
pages = {12:1--12:18},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-300-3},
ISSN = {1868-8969},
year = {2023},
volume = {280},
editor = {Yap, Roland H. C.},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/opus/volltexte/2023/19049},
URN = {urn:nbn:de:0030-drops-190490},
doi = {10.4230/LIPIcs.CP.2023.12},
annote = {Keywords: Pseudo-Boolean Optimization, Stochastic Local Search, Scoring Function, Weighting Scheme}
}
Keywords: |
|
Pseudo-Boolean Optimization, Stochastic Local Search, Scoring Function, Weighting Scheme |
Collection: |
|
29th International Conference on Principles and Practice of Constraint Programming (CP 2023) |
Issue Date: |
|
2023 |
Date of publication: |
|
22.09.2023 |
Supplementary Material: |
|
Software (Source Code): https://github.com/filyouzicha/NuPBO |