summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorMikolasJanota <MikolasJanota@users.noreply.github.com>2021-03-11 17:28:51 +0100
committerGitHub <noreply@github.com>2021-03-11 10:28:51 -0600
commitc314b0162c7fa089c400e11bd72c4ca24a26c9d0 (patch)
tree76c76a32fcccce1177868da5807bd65acb0be8e0 /src/options/quantifiers_options.toml
parent71e843a8e9e88fc739aaa5a4a5d608004648fafa (diff)
Improvements and refactoring for enumeratative strategy (#6030)
Refactoring out the code from `inst_strategy_enumerative` into a separate class. Some additional tricks to avoid duplicate instantiations, most notably, before instantiation, a tuple is checked if it's not a super-tuple of some tuple that had earlier resulted in a useless instantiation. Signed-off-by: mikolas <mikolas.janota@gmail.com>
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index d03e9715a..db7100e9c 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -556,6 +556,15 @@ header = "options/quantifiers_options.h"
help = "stratify effort levels in enumerative instantiation, which favors speed over fairness"
[[option]]
+ name = "fullSaturateSum"
+ category = "regular"
+ long = "fs-sum"
+ type = "bool"
+ default = "false"
+ read_only = true
+ help = "enumerating tuples of quantifiers by increasing the sum of indices, rather than the maximum"
+
+[[option]]
name = "literalMatchMode"
category = "regular"
long = "literal-matching=MODE"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback