summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-11-07 13:47:05 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2018-11-07 13:47:05 -0800
commit78d153ce9e1f4993cff22bf726ce37af66b81aab (patch)
treec728225f9491b74fc981ab11e57fc236612fa748 /src/options/quantifiers_options.toml
parent01d5f79209fa23783778d98b711f951f071e695d (diff)
parent58ac30a778baf698603af98ff01aa8c17d430b32 (diff)
Merge branch 'master' into pldi2019
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 0b28c6a27..c555c37bf 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1044,7 +1044,7 @@ header = "options/quantifiers_options.h"
category = "regular"
long = "sygus-active-gen=MODE"
type = "CVC4::theory::quantifiers::SygusActiveGenMode"
- default = "CVC4::theory::quantifiers::SYGUS_ACTIVE_GEN_NONE"
+ default = "CVC4::theory::quantifiers::SYGUS_ACTIVE_GEN_AUTO"
handler = "stringToSygusActiveGenMode"
includes = ["options/quantifiers_modes.h"]
read_only = true
@@ -1135,7 +1135,7 @@ header = "options/quantifiers_options.h"
category = "regular"
long = "sygus-pbe-multi-fair"
type = "bool"
- default = "true"
+ default = "false"
help = "when using multiple enumerators, ensure that we only register value of minimial term size"
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback