summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-04-16 11:53:45 -0500
committerGitHub <noreply@github.com>2019-04-16 11:53:45 -0500
commita47b722aa31cdd036f83425b2a805e6a572a974b (patch)
tree7a0eec8931f6acf557c381c57db0269bdc889f18 /src/options
parent0da111d8649a535e83823c5d386c3582045e2fc4 (diff)
Stratify enumerative instantiation (#2954)
Diffstat (limited to 'src/options')
-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 1c13590eb..0a69178b3 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -456,6 +456,15 @@ header = "options/quantifiers_options.h"
help = "interleave full saturate instantiation with other techniques"
[[option]]
+ name = "fullSaturateStratify"
+ category = "regular"
+ long = "fs-stratify"
+ type = "bool"
+ default = "false"
+ read_only = true
+ help = "stratify effort levels in enumerative instantiation, which favors speed over fairness"
+
+[[option]]
name = "literalMatchMode"
category = "regular"
long = "literal-matching=MODE"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback