summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-09-16 17:18:05 -0500
committerGitHub <noreply@github.com>2019-09-16 17:18:05 -0500
commit54abd196cb43422c77a74cb139f3aaebaa695639 (patch)
tree2a65e959b8d17d06fc953320ae15575133b95d17 /src/options/quantifiers_options.toml
parent9c4d548af9a14c18a6d69b41bba3e36054d37c0c (diff)
Remove equality inference option for quantifiers (#3282)
Diffstat (limited to 'src/options/quantifiers_options.toml')
-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 4398711b7..89ccd90b2 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -216,15 +216,6 @@ header = "options/quantifiers_options.h"
help = "consider ground terms within bodies of quantified formulas for matching"
[[option]]
- name = "inferArithTriggerEq"
- category = "regular"
- long = "infer-arith-trigger-eq"
- type = "bool"
- default = "false"
- read_only = true
- help = "infer equalities for trigger terms based on solving arithmetic equalities"
-
-[[option]]
name = "strictTriggers"
category = "regular"
long = "strict-triggers"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback