Add options for nec regression (#4056)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 12 Mar 2020 22:32:11 +0000 (17:32 -0500)
committerGitHub <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

index b3b8e69b1b1a98f18a7d8ed3afedf77e990e977a..32180782273561a53789729381fa75dd5eeab9d7 100644 (file)
@@ -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.