summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-10-16 02:39:03 -0500
committerGitHub <noreply@github.com>2018-10-16 02:39:03 -0500
commitf27d423510c4e29ac32aed06912dc7284689181c (patch)
tree3381885cabc74e9ba8e4adbc05697dc7fe8e54bc /src/options/quantifiers_options.toml
parent0bc40f92221e5e8c669e2409ff3120d5c2257aec (diff)
Option for shuffling condition pool in CegisUnif (#2587)
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 f3baa8214..07c11d73a 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -984,6 +984,14 @@ header = "options/quantifiers_options.h"
help = "Synthesize conditions indepedently from return values (may generate bigger solutions)"
[[option]]
+ name = "sygusUnifShuffleCond"
+ category = "regular"
+ long = "sygus-unif-shuffle-cond"
+ type = "bool"
+ default = "false"
+ help = "Shuffle condition pool when building solutions (may change solutions sizes)"
+
+[[option]]
name = "sygusUnifBooleanHeuristicDt"
category = "regular"
long = "sygus-unif-boolean-heuristic-dt"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback