Thinking Out of the Box: Hybrid SAT Solving by Unconstrained Continuous Optimization
By: Zhiwei Zhang , Samy Wu Fung , Anastasios Kyrillidis and more
Potential Business Impact:
Solves hard computer puzzles faster with new math tricks.
The Boolean satisfiability (SAT) problem lies at the core of many applications in combinatorial optimization, software verification, cryptography, and machine learning. While state-of-the-art solvers have demonstrated high efficiency in handling conjunctive normal form (CNF) formulas, numerous applications require non-CNF (hybrid) constraints, such as XOR, cardinality, and Not-All-Equal constraints. Recent work leverages polynomial representations to represent such hybrid constraints, but it relies on box constraints that can limit the use of powerful unconstrained optimizers. In this paper, we propose unconstrained continuous optimization formulations for hybrid SAT solving by penalty terms. We provide theoretical insights into when these penalty terms are necessary and demonstrate empirically that unconstrained optimizers (e.g., Adam) can enhance SAT solving on hybrid benchmarks. Our results highlight the potential of combining continuous optimization and machine-learning-based methods for effective hybrid SAT solving.
Similar Papers
Accelerating Hybrid XOR$-$CNF SAT Problems Natively with In-Memory Computing
Emerging Technologies
Solves hard computer puzzles much faster and uses less power.
TurboSAT: Gradient-Guided Boolean Satisfiability Accelerated on GPU-CPU Hybrid System
Logic in Computer Science
Solves hard logic puzzles 200 times faster.
High-Throughput SAT Sampling
Artificial Intelligence
Finds answers to hard computer puzzles much faster.