summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-12-06 12:03:40 -0600
committerGitHub <noreply@github.com>2019-12-06 12:03:40 -0600
commit30e5875e066e917b69d01189233aec26ce226cd6 (patch)
tree9ff9dd4a609a0989f416880c10183e228276c048 /src/options/quantifiers_options.toml
parentc7c2d593674e3776ab0c720be1c0c759db8f9453 (diff)
New algorithm for interpolation and abduction based on unsat cores (#3255)
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index e7a24cf3e..d37c9db83 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1002,6 +1002,14 @@ header = "options/quantifiers_options.h"
help = "use approach to repair constants in sygus candidate solutions"
[[option]]
+ name = "sygusCoreConnective"
+ category = "regular"
+ long = "sygus-core-connective"
+ type = "bool"
+ default = "false"
+ help = "use unsat core analysis to construct Boolean connective to sygus conjectures"
+
+[[option]]
name = "sygusRepairConstTimeout"
category = "regular"
long = "sygus-repair-const-timeout=N"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback