summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-14 11:33:14 -0500
committerGitHub <noreply@github.com>2018-05-14 11:33:14 -0500
commitc308c094548bcd9bee59e33334d147a9afe97018 (patch)
tree0191612aa290c1f3bcf915f140e0494cbb12d1e9 /src/options/quantifiers_options.toml
parent33420e77e9f7ee7a429708db3a7f6c28aef7d0ec (diff)
Add regressions, change defaults. (#1911)
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 10000bbb1..715b0c286 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -981,7 +981,7 @@ header = "options/quantifiers_options.h"
category = "regular"
long = "sygus-repair-const"
type = "bool"
- default = "false"
+ default = "true"
help = "use approach to repair constants in sygus candidate solutions"
[[option]]
@@ -998,7 +998,7 @@ header = "options/quantifiers_options.h"
category = "regular"
long = "sygus-add-const-grammar"
type = "bool"
- default = "true"
+ default = "false"
read_only = true
help = "statically add constants appearing in conjecture to grammars"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback