summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-05-17 14:47:30 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-17 14:47:30 -0500
commit6e3f8936d74ec2d2ed99b68cd77df771607c527f (patch)
treef3fdca01d16aa00cc12de116cefd25b00408e7c6 /src/options/quantifiers_options.toml
parent19cf50fcb832b01bb119dc1cfc31884e4e864f06 (diff)
Option to force return values of Bool functions to be constant in CegisUnif (#1930)
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 691b2fef4..d784447c6 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -968,6 +968,14 @@ header = "options/quantifiers_options.h"
help = "Unification-based function synthesis"
[[option]]
+ name = "sygusBoolIteReturnConst"
+ category = "regular"
+ long = "sygus-bool-ite-return-const"
+ type = "bool"
+ default = "false"
+ help = "Only use Boolean constants for return values in 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