summaryrefslogtreecommitdiff
path: root/test/regress/regress2/arith
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-12 17:32:11 -0500
committerGitHub <noreply@github.com>2020-03-12 17:32:11 -0500
commit3e7c4419ac051902b83343e25b123eee3b715059 (patch)
tree382b8abd67902b4b44dc51e95574b47812474b9c /test/regress/regress2/arith
parentef71fc3405900226557dc634dcf69f1a0738fea2 (diff)
Add options for nec regression (#4056)
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.
Diffstat (limited to 'test/regress/regress2/arith')
-rw-r--r--test/regress/regress2/arith/prp-13-24.smt22
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/regress2/arith/prp-13-24.smt2 b/test/regress/regress2/arith/prp-13-24.smt2
index b3b8e69b1..321807822 100644
--- 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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback