Redundancy rules for MaxSAT
Ilario Bonacina, Maria Luisa Bonet, Sam Buss, Massimo Lauria
TL;DR
This work extends SAT redundancy notions to MaxSAT by introducing a hierarchy of polynomially checkable cost-preserving inferences based on blocking variables. It defines $\mathrm{cost\text{-}BC}$, $\mathrm{cost\text{-}LPR}$, $\mathrm{cost\text{-}SPR}$, $\mathrm{cost\text{-}PR}$, and $\mathrm{cost\text{-}SR}$, proving soundness for all and completeness for $\mathrm{cost\text{-}SPR}$, $\mathrm{cost\text{-}PR}$, and $\mathrm{cost\text{-}SR}$ while $\mathrm{cost\text{-}LPR}$ and $\mathrm{cost\text{-}BC}$ are incomplete. The paper demonstrates powerful, compact certificates for important formulas: polynomial-size proofs of the cost for the weak pigeonhole principle $\mathsf{bPHP}^{m}_{n}$ via $\mathrm{cost\text{-}SR}$ and short proofs for minimally unsatisfiable formulas via $\mathrm{cost\text{-}PR}$. It further connects these rules to veriPB simulations and to MaxSAT Resolution, showing there is a path toward integrating redundancy into practical MaxSAT tooling, while leaving open questions about simulations, relaxations, and lower bounds.
Abstract
The concept of redundancy in SAT leads to more expressive and powerful proof search techniques, e.g., able to express various inprocessing techniques, and originates interesting hierarchies of proof systems [Heule et$.$al'20, Buss-Thapen'19]. Redundancy has also been integrated in MaxSAT [Ihalainen et$.$al'22, Berg et$.$al'23, Bonacina et$.$al'24]. In this paper, we define a structured hierarchy of redundancy proof systems for MaxSAT, with the goal of studying its proof complexity. We obtain MaxSAT variants of proof systems such as SPR, PR, SR, and others, previously defined for SAT. All our rules are polynomially checkable, unlike [Ihalainen et$.$al'22]. Moreover, they are simpler and weaker than [Berg et$.$al'23], and possibly amenable to lower bounds. This work also complements the approach of [Bonacina et$.$al'24]. Their proof systems use different rule sets for soft and hard clauses, while here we propose a system using only hard clauses and blocking variables. This is easier to integrate with current solvers and proof checkers. We discuss the strength of the systems introduced, we show some limitations of them, and we give a short cost-SR proof that any assignment for the weak pigeonhole principle $PHP^{m}_{n}$ falsifies at least $m-n$ clauses. We conclude by discussing the integration of our rules with the MaxSAT resolution proof system, which is a commonly studied proof system for MaxSAT.
