AIJul 27, 2021

On Improving the Backjump Level in PB Solvers

arXiv:2107.13085v1
Originality Synthesis-oriented
AI Analysis

This addresses an incremental improvement for developers of PB solvers, focusing on conflict analysis efficiency.

The paper tackled the problem of sub-optimal backjumps in pseudo-Boolean (PB) solvers, showing that the first unique implication point (1-UIP) is not optimal for PB constraints, and introduced approaches to improve backjump levels, though experiments indicated unclear impact.

Current PB solvers implement many techniques inspired by the CDCL architecture of modern SAT solvers, so as to benefit from its practical efficiency. However, they also need to deal with the fact that many of the properties leveraged by this architecture are no longer true when considering PB constraints. In this paper, we focus on one of these properties, namely the optimality of the so-called first unique implication point (1-UIP). While it is well known that learning the first assertive clause produced during conflict analysis ensures to perform the highest possible backjump in a SAT solver, we show that there is no such guarantee in the presence of PB constraints. We also introduce and evaluate different approaches designed to improve the backjump level identified during conflict analysis by allowing to continue the analysis after reaching the 1-UIP. Our experiments show that sub-optimal backjumps are fairly common in PB solvers, even though their impact on the solver is not clear.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes