AIDec 8, 2020

On Irrelevant Literals in Pseudo-Boolean Constraint Learning

arXiv:2012.04424v10.004 citations
AI Analysis55

This work identifies a fundamental issue in current pseudo-Boolean solvers for researchers and developers, suggesting that their implementations need reconsideration to prevent the generation of irrelevant literals.

The paper investigates pseudo-Boolean (PB) constraint learning, revealing that cutting planes inference can generate PB constraints with irrelevant literals. These literals weaken the constraints, negatively impacting proof size and solver performance.

Learning pseudo-Boolean (PB) constraints in PB solvers exploiting cutting planes based inference is not as well understood as clause learning in conflict-driven clause learning solvers. In this paper, we show that PB constraints derived using cutting planes may contain \emph{irrelevant literals}, i.e., literals whose assigned values (whatever they are) never change the truth value of the constraint. Such literals may lead to infer constraints that are weaker than they should be, impacting the size of the proof built by the solver, and thus also affecting its performance. This suggests that current implementations of PB solvers based on cutting planes should be reconsidered to prevent the generation of irrelevant literals. Indeed, detecting and removing irrelevant literals is too expensive in practice to be considered as an option (the associated problem is NP-hard.

Foundations

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

Your Notes