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.2021.38
URN: urn:nbn:de:0030-drops-153291
URL: http://dagstuhl.sunsite.rwth-aachen.de/volltexte/2021/15329/
Li, Chu-Min ;
Xu, Zhenxing ;
Coll, Jordi ;
ManyĆ , Felip ;
Habet, Djamal ;
He, Kun
Combining Clause Learning and Branch and Bound for MaxSAT
Abstract
Branch and Bound (BnB) is a powerful technique that has been successfully used to solve many combinatorial optimization problems. However, MaxSAT is a notorious exception because BnB MaxSAT solvers perform poorly on many instances encoding interesting real-world and academic optimization problems. This has formed a prevailing opinion in the community stating that BnB is not so useful for MaxSAT, except for random and some special crafted instances. In fact, there has been no advance allowing to significantly speed up BnB MaxSAT solvers in the past few years, as illustrated by the absence of BnB solvers in the annual MaxSAT Evaluation since 2017. Our work aims to change this situation and proposes a new BnB MaxSAT solver, called MaxCDCL, by combining clause learning and an efficient bounding procedure. The experimental results show that, contrary to the prevailing opinion, BnB can be competitive for MaxSAT. MaxCDCL is ranked among the top 5 solvers of the 15 solvers that participated in the 2020 MaxSAT Evaluation, solving a number of instances that other solvers cannot solve. Furthermore, MaxCDCL, when combined with the best existing solvers, solves the highest number of instances of the MaxSAT Evaluations.
BibTeX - Entry
@InProceedings{li_et_al:LIPIcs.CP.2021.38,
author = {Li, Chu-Min and Xu, Zhenxing and Coll, Jordi and Many\`{a}, Felip and Habet, Djamal and He, Kun},
title = {{Combining Clause Learning and Branch and Bound for MaxSAT}},
booktitle = {27th International Conference on Principles and Practice of Constraint Programming (CP 2021)},
pages = {38:1--38:18},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-211-2},
ISSN = {1868-8969},
year = {2021},
volume = {210},
editor = {Michel, Laurent D.},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/opus/volltexte/2021/15329},
URN = {urn:nbn:de:0030-drops-153291},
doi = {10.4230/LIPIcs.CP.2021.38},
annote = {Keywords: MaxSAT, Branch\&Bound, CDCL}
}
Keywords: |
|
MaxSAT, Branch&Bound, CDCL |
Collection: |
|
27th International Conference on Principles and Practice of Constraint Programming (CP 2021) |
Issue Date: |
|
2021 |
Date of publication: |
|
15.10.2021 |
Supplementary Material: |
|
Software (Source Code): https://home.mis.u-picardie.fr/~cli/EnglishPage.html |