English

Orbitopal Fixing in SAT

Logic in Computer Science 2026-01-26 v1 Artificial Intelligence

Abstract

Despite their sophisticated heuristics, boolean satisfiability (SAT) solvers are still vulnerable to symmetry, causing them to visit search regions that are symmetric to ones already explored. While symmetry handling is routine in other solving paradigms, integrating it into state-of-the-art proof-producing SAT solvers is difficult: added reasoning must be fast, non-interfering with solver heuristics, and compatible with formal proof logging. To address these issues, we present a practical static symmetry breaking approach based on orbitopal fixing, a technique adapted from mixed-integer programming. Our approach adds only unit clauses, which minimizes downstream slowdowns, and it emits succinct proof certificates in the substitution redundancy proof system. Implemented in the satsuma tool, our methods deliver consistent speedups on symmetry-rich benchmarks with negligible regressions elsewhere.

Keywords

Cite

@article{arxiv.2601.16855,
  title  = {Orbitopal Fixing in SAT},
  author = {Markus Anders and Cayden Codel and Marijn J. H. Heule},
  journal= {arXiv preprint arXiv:2601.16855},
  year   = {2026}
}

Comments

to appear at TACAS 2026

R2 v1 2026-07-01T09:17:33.536Z