summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-02 20:03:16 -0500
committerGitHub <noreply@github.com>2018-04-02 20:03:16 -0500
commit4a516e33436fb0abd9efd9b8ec92a8e65534ce3a (patch)
treebb6c864ef6da32b67f30fcc28daa2b0afde527d5 /src/options/quantifiers_options.toml
parentbc6cb232c11d65f763844c2c9274444446aee26e (diff)
Improvements to extended rewriter for Booleans and ITE (#1705)
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 28a9e58a7..f877143a2 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1086,6 +1086,14 @@ header = "options/quantifiers_options.h"
help = "enumerate a stream of solutions instead of terminating after the first one"
[[option]]
+ name = "sygusExtRew"
+ category = "regular"
+ long = "sygus-ext-rew"
+ type = "bool"
+ default = "true"
+ help = "use extended rewriter for sygus"
+
+[[option]]
name = "cegisSample"
category = "regular"
long = "cegis-sample=MODE"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback