On Dedicated CDCL Strategies for PB Solvers Companion Artifact
Creators
- 1. Univ. Artois & CNRS
- 2. LIX (Laboratoire d'Informatique de l'X), Ecole Polytechnique, X-Uber Chair
Description
Current implementations of pseudo-Boolean (PB) solvers working on native PB constraints are based on the CDCL architecture which empowers highly efficient modern SAT solvers. In particular, such PB solvers not only implement a (cutting-planes-based) conflict analysis procedure, but also complementary strategies for components that are crucial for the efficiency of CDCL, namely branching heuristics, learned constraint deletion and restarts. However, these strategies are mostly reused by PB solvers without considering the particular form of the PB constraints they deal with. In this artifact, we evaluate different ways of adapting CDCL strategies to take the specificities of PB constraints into account while preserving the behavior they have in the clausal setting. We implemented these strategies in two different solvers, namely *Sat4j* (for which we consider three configurations) and *RoundingSat*. Our experiments show that these dedicated strategies allow to improve, sometimes significantly, the performance of these solvers, both on decision and optimization problems.
Files
Files
(72.2 MB)
Name | Size | Download all |
---|---|---|
md5:b2d9c44afd8e48fce1c081e4d79611da
|
72.2 MB | Download |
Additional details
Related works
- Is derived from
- Other: https://gitlab.com/pb-cdcl-strategies/experiments (URL)