summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-21 09:19:31 -0500
committerGitHub <noreply@github.com>2018-07-21 09:19:31 -0500
commit0d12fcbb5f1c047f951a69aa6ef4ae127f499312 (patch)
treed177dd93a13a8ae4ac5c9a22ab8c5aa97537d19d /src/options
parent585d2ac394e99a155ed40aa2da2fb550ff60fc7b (diff)
Optimizations and fixes for computing whether a type is finite (#2179)
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 8e954ddc0..8c7414fa7 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -638,6 +638,15 @@ header = "options/quantifiers_options.h"
help = "mode for which types of bounds to minimize via first decision heuristics"
[[option]]
+ name = "fmfTypeCompletionThresh"
+ category = "regular"
+ long = "fmf-type-completion-thresh=N"
+ type = "int"
+ default = "1000"
+ read_only = true
+ help = "the maximum cardinality of an interpreted type for which exhaustive enumeration in finite model finding is attempted"
+
+[[option]]
name = "quantConflictFind"
category = "regular"
long = "quant-cf"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback