summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-11-05 16:50:48 -0600
committerGitHub <noreply@github.com>2018-11-05 16:50:48 -0600
commit2ef5f132c1169cbeadd580638cbc35b6e454d6a5 (patch)
treee52fe812aafe511293e345c494f4a389eec0f855 /src/options/quantifiers_options.toml
parentcc5ea0ed533e081ecccca57cf1c4efb63296f995 (diff)
Change default sygus enumeration mode to auto (#2689)
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