|
Deescover
deescover - A modern conflict-driven SAT solver
Featured
What is deescover ?deescover is an efficient implementation of a modern conflict-driven SAT solver based on state-of-the-art techniques (1,2) such as
It also provides support for incremental SAT solving which is an interesting, performance improving feature for applications that create series' of related SAT problems. Deescover is based on MiniSAT-2 which has been the winner of the international competition SAT-Race 2006 and most recently in SAT-Race 2008. Status
UsageThe solver can be used via a command-line interface or as a library for D applications. It can process large formulas in clause normal form. For users that interact with the solver using the command-line interface, please use the standard text-based DIMACS CNF format to describe input formulas. The input and output of the solver follow the specification of the SAT competition. PerformanceOur implementation is not a toy implementation. In fact, it is competitive with leading state-of-the-art systems such as Minisat 2, Picosat, or RSat. Further details for the currrent version can be found here. Benchmark ProblemsSome benchmark problems in the DIMACS CNF format: References
|