summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-12-23 15:26:24 -0600
committerGitHub <noreply@github.com>2020-12-23 15:26:24 -0600
commit42f51547174e2644a244464c170115ff3b2bc22f (patch)
treeb543f43a40c7bcae87b87ccf24c8c5f85140edd3 /src/options/quantifiers_options.toml
parent5ef950054212a5fb9759c9137888f95bcadb05fd (diff)
Remove quant EPR option (#5716)
This was an experimental option used in combination with separation logic.
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 4aa612d5b..9027e7a94 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1702,25 +1702,6 @@ header = "options/quantifiers_options.h"
read_only = true
help = "non-optimal bounds for counterexample-based quantifier instantiation"
-# CEGQI for EPR
-
-[[option]]
- name = "quantEpr"
- category = "regular"
- long = "quant-epr"
- type = "bool"
- default = "false"
- help = "infer whether in effectively propositional fragment, use for cegqi"
-
-[[option]]
- name = "quantEprMatching"
- category = "regular"
- long = "quant-epr-match"
- type = "bool"
- default = "true"
- read_only = true
- help = "use matching heuristics for EPR instantiation"
-
# CEGQI for BV
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback