summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-11 11:27:40 -0500
committerGitHub <noreply@github.com>2020-03-11 11:27:40 -0500
commitc7f50a009cad7a0c1a2f1a5290e1d7bd03edf0e7 (patch)
treed3e5f2b28d89d5e242fe5b6d62dc879f804c1d4b /src/options
parent55f258cd92d7bc6fbb7a3b96712495f6885d871c (diff)
Remove partial instantiation for local theory extensions (#4020)
Fixes #4019. This feature was never fully implemented.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 926eacaae..e104101ef 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1935,15 +1935,6 @@ header = "options/quantifiers_options.h"
help = "do instantiation based on local theory extensions"
[[option]]
- name = "ltePartialInst"
- category = "regular"
- long = "lte-partial-inst"
- type = "bool"
- default = "false"
- read_only = true
- help = "partially instantiate local theory quantifiers"
-
-[[option]]
name = "lteRestrictInstClosure"
category = "regular"
long = "lte-restrict-inst-closure"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback