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, 8 insertions, 5 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index eb32beef5..cbc380f43 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1032,12 +1032,15 @@ header = "options/quantifiers_options.h"
help = "timeout (in milliseconds) for the satisfiability check to repair constants in sygus candidate solutions"
[[option]]
- name = "sygusEnumVarAgnostic"
+ name = "sygusActiveGenMode"
category = "regular"
- long = "sygus-var-agnostic"
- type = "bool"
- default = "false"
- help = "when possible, use variable-agnostic enumerators"
+ long = "sygus-active-gen=MODE"
+ type = "CVC4::theory::quantifiers::SygusActiveGenMode"
+ default = "CVC4::theory::quantifiers::SYGUS_ACTIVE_GEN_NONE"
+ handler = "stringToSygusActiveGenMode"
+ includes = ["options/quantifiers_modes.h"]
+ read_only = true
+ help = "mode for actively-generated sygus enumerators"
[[option]]
name = "sygusMinGrammar"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback