summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-22 20:27:32 -0500
committerGitHub <noreply@github.com>2018-05-22 20:27:32 -0500
commit2ac3d0bf2c00edbbd04033815f10ba0207010f77 (patch)
tree7a61979523714dfefa6ba8277b38b0b382706f28 /src/options
parenteab7fae2c02ce635500dbe7c743a5c0d7f39137d (diff)
Repair constants using symbolic constructors (#1960)
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 107f3896f..4a7004821 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 = "true"
+ default = "false"
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