summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-06-27 14:12:17 -0500
committerGitHub <noreply@github.com>2018-06-27 14:12:17 -0500
commitd6c7967cfc7a9f8530f0de50f12f99bfc5f93da7 (patch)
tree2741c23c2cc42c065dc2aa573e0983e8f10823c1 /src/options
parenta236ade3242599d4916fd9ee676c2c68c7c004b1 (diff)
Synthesize candidate-rewrites from standard inputs (#1918)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/smt_options.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 822f5c022..ce7b3eeba 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -296,6 +296,22 @@ header = "options/smt_options.h"
help = "use aggressive extended rewriter as a preprocessing pass"
[[option]]
+ name = "synthRrPrep"
+ category = "regular"
+ long = "synth-rr-prep"
+ type = "bool"
+ default = "false"
+ help = "synthesize and output rewrite rules during preprocessing"
+
+[[option]]
+ name = "synthRrPrepExtRew"
+ category = "regular"
+ long = "synth-rr-prep-ext-rew"
+ type = "bool"
+ default = "false"
+ help = "use the extended rewriter for synthRrPrep"
+
+[[option]]
name = "simplifyWithCareEnabled"
category = "regular"
long = "simp-with-care"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback