summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml20
-rw-r--r--src/options/uf_options.toml27
2 files changed, 0 insertions, 47 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]]
diff --git a/src/options/uf_options.toml b/src/options/uf_options.toml
index 34d4eeefc..06f58cca3 100644
--- a/src/options/uf_options.toml
+++ b/src/options/uf_options.toml
@@ -75,33 +75,6 @@ header = "options/uf_options.h"
help = "tells the uf strong solver to only consider models that interpret uninterpreted sorts of cardinality at most N (-1 == no limit, default)"
[[option]]
- name = "ufssExplainedCliques"
- category = "regular"
- long = "uf-ss-explained-cliques"
- type = "bool"
- default = "false"
- read_only = true
- help = "use explained clique lemmas for uf strong solver"
-
-[[option]]
- name = "ufssSimpleCliques"
- category = "regular"
- long = "uf-ss-simple-cliques"
- type = "bool"
- default = "true"
- read_only = true
- help = "always use simple clique lemmas for uf strong solver"
-
-[[option]]
- name = "ufssDiseqPropagation"
- category = "regular"
- long = "uf-ss-deq-prop"
- type = "bool"
- default = "false"
- read_only = true
- help = "eagerly propagate disequalities for uf strong solver"
-
-[[option]]
name = "ufssMode"
category = "regular"
long = "uf-ss=MODE"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback