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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index b3c1ffd4d..019b052bc 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1218,14 +1218,14 @@ header = "options/quantifiers_options.h"
category = "regular"
long = "sygus-rec-fun"
type = "bool"
- default = "false"
+ default = "true"
help = "enable efficient support for recursive functions in sygus grammars"
[[option]]
name = "sygusRecFunEvalLimit"
category = "regular"
long = "sygus-rec-fun-eval-limit=N"
- type = "int"
+ type = "unsigned"
default = "1000"
help = "use a hard limit for how many times in a given evaluator call a recursive function can be evaluated (so infinite loops can be avoided)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback