summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-02-12 18:16:59 -0600
committerGitHub <noreply@github.com>2018-02-12 18:16:59 -0600
commit1b0aa1c39ff7abe15bbd9305d376d10b007d69d0 (patch)
tree987d3afa7231f9a21b22bd20afcdb62ed5c87743 /src/options
parent04114df7dd58bd7391704a94fe98e2935b39130d (diff)
Option to use extended rewriter as a preprocessing pass (#1600)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/smt_options5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/options/smt_options b/src/options/smt_options
index b19420060..72189ea13 100644
--- a/src/options/smt_options
+++ b/src/options/smt_options
@@ -70,6 +70,11 @@ option doITESimp --ite-simp bool :read-write
option doITESimpOnRepeat --on-repeat-ite-simp bool :read-write :default false
do the ite simplification pass again if repeating simplification
+
+option extRewPrep --ext-rew-prep bool :read-write :default false
+ use extended rewriter as a preprocessing pass
+option extRewPrepAgg --ext-rew-prep-agg bool :read-write :default false
+ use aggressive extended rewriter as a preprocessing pass
option simplifyWithCareEnabled --simp-with-care bool :default false :read-write
enables simplifyWithCare in ite simplificiation
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback