summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-04-27 14:33:01 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-27 14:33:01 -0500
commit79296a59e00efe5b00496a251005d01dbeddcd48 (patch)
tree773707452668638b2266c78b65fad31d6a40280a /src/options/quantifiers_options.toml
parentdc6e0f9c0489e733a70e6715b8dfba4e7fa4f0bd (diff)
New module for synthesizing functions in a data-driven SyGuS approach (#1819)
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 b8ddd6d31..2f911bdd1 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -968,6 +968,14 @@ header = "options/quantifiers_options.h"
help = "sygus advanced pruning based on examples"
[[option]]
+ name = "sygusUnif"
+ category = "regular"
+ long = "sygus-unif"
+ type = "bool"
+ default = "false"
+ help = "Unification-based function synthesis"
+
+[[option]]
name = "sygusQePreproc"
category = "regular"
long = "sygus-qe-preproc"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback