summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-11-06 10:00:08 -0600
committerGitHub <noreply@github.com>2019-11-06 10:00:08 -0600
commit52e71b709504ed06ced34962692a329f4c8282ce (patch)
treeda64b2bf12fd4f176833a53d36175131799e3c1d /src/options
parentdcccaec1155c66f2e52cfe823bc9654c46e3832b (diff)
Support for SyGuS PBE + recursive functions (#3433)
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 89ccd90b2..338f5544f 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1213,6 +1213,14 @@ header = "options/quantifiers_options.h"
default = "false"
help = "static inference techniques for computing whether arguments of functions-to-synthesize are relevant"
+[[option]]
+ name = "sygusRecFun"
+ category = "regular"
+ long = "sygus-rec-fun"
+ type = "bool"
+ default = "false"
+ help = "enable efficient support for recursive functions in sygus grammars"
+
# Internal uses of sygus
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback