Using a 3rd-party SAT solver with MathSATStarting from version 5.2, it is possible to use an external, 3rd-party SAT solver as the DPLL engine of MathSAT. The external SAT solver should implement the
We have created two example implementations using the
Minisat (version 2.2.0) and
Cleaneling (version 00g) SAT
solvers.
The code is available in the |