summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-03-27 14:37:01 -0500
committerGitHub <noreply@github.com>2018-03-27 14:37:01 -0500
commitd8c56098916be16ba80c79933c2e6fc7850024b7 (patch)
treeed849e57a2523946eb0bf84859b1e5dcd5b55bc6 /src/options/quantifiers_options.toml
parenta035836d07e831cca30eef800fdf0b3ad88e0ede (diff)
Fix for --sygus-rr-synth (#1723)
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index ad05aa5cd..28a9e58a7 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1115,6 +1115,14 @@ header = "options/quantifiers_options.h"
help = "use sygus to enumerate candidate rewrite rules via sampling"
[[option]]
+ name = "sygusRewSynthFilter"
+ category = "regular"
+ long = "sygus-rr-synth-filter"
+ type = "bool"
+ default = "true"
+ help = "filter candidate rewrites based on techniques like matching"
+
+[[option]]
name = "sygusRewVerify"
category = "regular"
long = "sygus-rr-verify"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback