Hybrid Sat Solver Considering Circuit Observability

Xin Wang,Min Lin,Zheng Huang,Xiangyang Xue
DOI: https://doi.org/10.1109/icycs.2008.84
2008-01-01
Abstract:Boolean satisfiability is a NP-hard problem in computer theoretic science. There are two types of SAT solvers, random local solver and DPLL-based complete solver. Some people have proposed hybrid SAT solvers that combined the advantage of them both. They have successfully applied them to solve large or hard random SAT problems and circuit related problems. However, these solvers often find over-satisfying assignments when solving some circuit related problems. In this paper, circuit observability is considered in hybrid SAT solver, which helps reduce the overhead caused by over-satisfying and prune the searching space. The experimental results show that our hybrid SAT solver is more efficient than other solvers for large and hard circuits.
What problem does this paper attempt to address?