Support multiple solvers for double-checking #118
Labels
feature request
Asking for new or improved functionality
wontfix
For issues that we've reviewed and decided do not require changes.
Milestone
This is a bifurcation of #7, since it covered multiple tasks. It would be nice to run all supported solvers to attempt to prove a property, and then check their results against one another for compatibility. Results of "unknown" or "error" would be compatible with any other result, but "sat" and "unsat" would be incompatible. Multiple "unsat" results would be compatible. Multiple "sat" results could use the approach proposed for allsat, returning a list of satisfying assignments.
The text was updated successfully, but these errors were encountered: