summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-10-12 15:44:22 -0500
committerGitHub <noreply@github.com>2018-10-12 15:44:22 -0500
commit8597f207187baff3b9f8cc5d8955e5b96d6d57d0 (patch)
treee521502480881b5da407a2ac95954f79171c4450 /src/options
parent9f5fb42580e00370ea461be5a00f8debfb59b636 (diff)
Improvements to rewrite rules from inputs (#2625)
Diffstat (limited to 'src/options')
-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 2e5252529..e65d57770 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1260,6 +1260,14 @@ header = "options/quantifiers_options.h"
help = "filter candidate rewrites based on congruence"
[[option]]
+ name = "sygusRewSynthFilterNonLinear"
+ category = "regular"
+ long = "sygus-rr-synth-filter-nl"
+ type = "bool"
+ default = "false"
+ help = "filter non-linear candidate rewrites"
+
+[[option]]
name = "sygusRewVerify"
category = "regular"
long = "sygus-rr-verify"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback