English

Generalizing CDCL with Graph Backtracking

Logic in Computer Science 2026-05-28 v1

Abstract

We present graph backtracking, a novel, fine-grained backtracking scheme for CDCL-based SAT solving, parametrized by a user-defined weight function. For conflict repair, we challenge the decision level abstraction and use the implication graph as a precise guiding structure to minimize the weight of literals that are unassigned. Graph backtracking is sound and complete. We show that it is a generalization of chronological and non-chronological backtracking by simulating them with specific weight functions. Our approach is implemented in the experimental solver NapSAT. Empirical results show that graph backtracking requires fewer literal propagations than standard approaches, leading to improved solver runtime.

Keywords

Cite

@article{arxiv.2605.28220,
  title  = {Generalizing CDCL with Graph Backtracking},
  author = {Robin Coutelier and Thomas Hader and Laura Kovács},
  journal= {arXiv preprint arXiv:2605.28220},
  year   = {2026}
}

Comments

Peer-reviewed and accepted at the SAT 2026 Conference