summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/smt_options.toml')
-rw-r--r--src/options/smt_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index e0041774a..3a3da2f14 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -297,6 +297,14 @@ header = "options/smt_options.h"
help = "use aggressive extended rewriter as a preprocessing pass"
[[option]]
+ name = "extRewPrepOnly"
+ category = "regular"
+ long = "ext-rew-prep-only"
+ type = "bool"
+ default = "false"
+ help = "use extended rewriter as the only preprocessing pass"
+
+[[option]]
name = "simplifyWithCareEnabled"
category = "regular"
long = "simp-with-care"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback