Change to use Z3 instead of yices for the all-sat test.

Despite the fact that Z3 is easily the slowest solver at this
task, it is the one that is reliably avaliable on the CI servers.
This commit is contained in:
Rob Dockins 2021-07-20 11:05:12 -07:00
parent 2eb155eea7
commit c248320ca5

View File

@ -2,8 +2,8 @@
:set satNum=all
:set showExamples=false
:set prover=sbv-yices
:set prover=sbv-z3
:sat f
:set prover=w4-yices
:set prover=w4-z3
:sat f