summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-25 16:19:58 -0500
committerGitHub <noreply@github.com>2018-05-25 16:19:58 -0500
commitb25c979f6db06a4aad82f0e18fc8432f85707347 (patch)
treebc83f304cab407e76828f37ec3fc8a0296c1c267 /src/options
parent9fc8a7885c89e488daeeaf73c9f099b9d906f3ca (diff)
Reenable repair const (#1983)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 4a7004821..107f3896f 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -989,7 +989,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]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback