projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef71fc3
)
Add options for nec regression (#4056)
author
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Thu, 12 Mar 2020 22:32:11 +0000
(17:32 -0500)
committer
GitHub
<noreply@github.com>
Thu, 12 Mar 2020 22:32:11 +0000
(17:32 -0500)
Currently an nec benchmark in regress2 is very slow (57 seconds in production) due to disabling the nec-specific options in
67c730c
). This reenables these options for this benchmark.
test/regress/regress2/arith/prp-13-24.smt2
patch
|
blob
|
history
diff --git
a/test/regress/regress2/arith/prp-13-24.smt2
b/test/regress/regress2/arith/prp-13-24.smt2
index b3b8e69b1b1a98f18a7d8ed3afedf77e990e977a..32180782273561a53789729381fa75dd5eeab9d7 100644
(file)
--- a/
test/regress/regress2/arith/prp-13-24.smt2
+++ b/
test/regress/regress2/arith/prp-13-24.smt2
@@
-1,4
+1,6
@@
(set-logic QF_LIA)
+(set-option :ite-simp true)
+(set-option :simp-ite-compress true)
(set-info :source |http://www.nec-labs.com/~fsoft/bench.html
The following changes have been made:
The logic is changed to QF_LIA.