summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 8f07384d6..ab74fbc79 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1017,11 +1017,20 @@ header = "options/quantifiers_options.h"
category = "regular"
long = "sygus-inv-templ=MODE"
type = "CVC4::theory::quantifiers::SygusInvTemplMode"
- default = "CVC4::theory::quantifiers::SYGUS_INV_TEMPL_MODE_NONE"
+ default = "CVC4::theory::quantifiers::SYGUS_INV_TEMPL_MODE_POST"
handler = "stringToSygusInvTemplMode"
includes = ["options/quantifiers_modes.h"]
read_only = true
- help = "template mode for sygus invariant synthesis"
+ help = "template mode for sygus invariant synthesis (weaken pre-condition, strengthen post-condition, or none)"
+
+[[option]]
+ name = "sygusInvTemplWhenSyntax"
+ category = "regular"
+ long = "sygus-inv-templ-when-sg"
+ type = "bool"
+ default = "false"
+ read_only = false
+ help = "use invariant templates (with solution reconstruction) for syntax guided problems"
[[option]]
name = "sygusInvAutoUnfold"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback