summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-03-23 14:13:38 -0500
committerGitHub <noreply@github.com>2018-03-23 14:13:38 -0500
commitf3d010e07f30dd658d4532a43b3813654376162d (patch)
tree1080a71e07f906f6af5b5144c0a83207c40c1b2a /src/options/quantifiers_options.toml
parent4f506ac50e43a71a92094a478deeaa2c2cd1df4a (diff)
Remove unused code (#1700)
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index ab74fbc79..1437e9992 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -439,15 +439,6 @@ header = "options/quantifiers_options.h"
help = "selection mode for representatives in quantifiers engine"
[[option]]
- name = "instRelevantCond"
- category = "regular"
- long = "inst-rlv-cond"
- type = "bool"
- default = "false"
- read_only = true
- help = "add relevancy conditions for instantiations"
-
-[[option]]
name = "fullSaturateQuant"
category = "regular"
long = "full-saturate-quant"
@@ -1450,17 +1441,6 @@ header = "options/quantifiers_options.h"
default = "false"
help = "perform anti-skolemization for quantified formulas"
-### e-unification options
-
-[[option]]
- name = "quantEqualityEngine"
- category = "regular"
- long = "quant-ee"
- type = "bool"
- default = "false"
- read_only = true
- help = "maintain congrunce closure over universal equalities"
-
### Higher-order options
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback