summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-02-08 12:29:58 -0600
committerGitHub <noreply@github.com>2021-02-08 12:29:58 -0600
commit57919ba7271a6c2b36173f2ba0f580b84f962b1b (patch)
tree492fb2ae81e3e29e5ee08a36300a878671d0175f /src/options
parent2ee190b7b4ead29ef34e3eb115457ff3e21afbab (diff)
Remove support for inst closure (#5874)
This was a feature implemented for "Deciding Local Theory Extensions via E-matching" CAV 2015 that is not used anymore, and will be a burden to maintain further with potential changes to term database. It also simplifies the TermDatabase::addTerm method (which changed indentation).
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 4b98cb84d..fd781ab2b 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1762,17 +1762,6 @@ header = "options/quantifiers_options.h"
default = "true"
help = "compute inverse for concat over equalities rather than producing an invertibility condition"
-### Local theory extensions options
-
-[[option]]
- name = "lteRestrictInstClosure"
- category = "regular"
- long = "lte-restrict-inst-closure"
- type = "bool"
- default = "false"
- read_only = true
- help = "treat arguments of inst closure as restricted terms for instantiation"
-
### Reduction options
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback