summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-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 8c7414fa7..3c0438d95 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1145,6 +1145,14 @@ header = "options/quantifiers_options.h"
help = "enumerate a stream of solutions instead of terminating after the first one"
[[option]]
+ name = "sygusVerifySubcall"
+ category = "regular"
+ long = "sygus-verify-subcall"
+ type = "bool"
+ default = "true"
+ help = "use separate copy of the SMT solver for verification lemmas in sygus"
+
+[[option]]
name = "sygusExtRew"
category = "regular"
long = "sygus-ext-rew"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback