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 7b58f955a..e8d8fbe3d 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1032,6 +1032,14 @@ header = "options/quantifiers_options.h"
help = "timeout (in milliseconds) for the satisfiability check to repair constants in sygus candidate solutions"
[[option]]
+ name = "sygusEnumVarAgnostic"
+ category = "regular"
+ long = "sygus-var-agnostic"
+ type = "bool"
+ default = "false"
+ help = "when possible, use variable-agnostic enumerators"
+
+[[option]]
name = "sygusMinGrammar"
category = "regular"
long = "sygus-min-grammar"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback