summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-10-12 18:06:27 -0700
committerGitHub <noreply@github.com>2018-10-12 18:06:27 -0700
commit470bff2ea4b964f08a93c551f3f8722f66c738ad (patch)
tree6a69ac4d89d976ea552e6e6786c4cc8a2cf9291d /src/options
parent3f960e4f3744121efddd19b12806fee660887497 (diff)
parent8597f207187baff3b9f8cc5d8955e5b96d6d57d0 (diff)
Merge branch 'master' into subsolverParamssubsolverParams
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 6ee7dc7c5..f3baa8214 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