summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-04-13 16:33:07 -0500
committerGitHub <noreply@github.com>2021-04-13 21:33:07 +0000
commit1c0d2738941e948d67c696e0c96e3463da9807d2 (patch)
tree31e929bc26f3b01518b339ed0c9bef562bc6983c /src/options/quantifiers_options.toml
parentf7dcb4875bba33b7712732a874581639681926f8 (diff)
Add pool instantiation strategy (#6308)
Adds an instantiation strategy based on user-provided pool annotations. The next PR will connect this to quantifiers engine.
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 db7100e9c..bbdf030a1 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -586,6 +586,14 @@ header = "options/quantifiers_options.h"
name = "agg"
help = "Consider the phase requirements aggressively for all triggers."
+[[option]]
+ name = "poolInst"
+ category = "regular"
+ long = "pool-inst"
+ type = "bool"
+ default = "true"
+ help = "pool-based instantiation: instantiate with ground terms occurring in user-specified pools"
+
### Finite model finding options
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback