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.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 227f43c46..2b47570ed 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1608,6 +1608,14 @@ header = "options/quantifiers_options.h"
default = "false"
help = "compute backwards filtering to compute whether previous solutions are filtered based on later ones"
+[[option]]
+ name = "debugSygus"
+ category = "regular"
+ long = "debug-sygus"
+ type = "bool"
+ default = "false"
+ help = "print enumerated terms and candidates generated by the sygus solver (for debugging)"
+
# CEGQI applied to general quantified formulas
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback