summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug586.cvc
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-05-22 22:20:59 -0700
committerGitHub <noreply@github.com>2018-05-22 22:20:59 -0700
commit4576b47b4acbae79c0ea76ebdc103f4c3155c4ab (patch)
tree88e3803fe39d995aa0e3306efa3d3ec97707b7e3 /test/regress/regress0/bug586.cvc
parent2ac3d0bf2c00edbbd04033815f10ba0207010f77 (diff)
Set same options for proofs as for unsat cores (#1957)
In SmtEngine::setDefaults() we were setting options such as --simplifciation=none for unsat cores but not proofs. Producing unsat cores relies on the same infrastructure as proofs and should be a subset of the same work in most cases. Thus, this commit changes SmtEngine::setDefaults() to set the same options for proofs as we previously only did for unsat cores. Additionally, it changes the function to only set the simplificationMode to SIMPLIFICATION_MODE_BATCH if proofs and unsat cores are not enabled. Fixes issue #1953.
Diffstat (limited to 'test/regress/regress0/bug586.cvc')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback