summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-06-10 19:10:06 -0500
committerGitHub <noreply@github.com>2020-06-10 19:10:06 -0500
commit2f30f5dc342fa19b42842d744034f53a1dee3f43 (patch)
tree10aa6d491a8d337bbbda3af456b96f0ed989bfb0 /src/options
parent356647c4b7eb2420f6c6b350f0622bb4c863b0a5 (diff)
(proof-new) Remove arith-snorm option. (#4591)
This option only marginally helped and will be difficult to support with the new proof infrastructure.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/arith_options.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/options/arith_options.toml b/src/options/arith_options.toml
index d16513cfb..0bfc26338 100644
--- a/src/options/arith_options.toml
+++ b/src/options/arith_options.toml
@@ -429,15 +429,6 @@ header = "options/arith_options.h"
help = "apply pseudo boolean rewrites"
[[option]]
- name = "sNormInferEq"
- category = "regular"
- long = "snorm-infer-eq"
- type = "bool"
- default = "false"
- read_only = true
- help = "infer equalities based on Shostak normalization"
-
-[[option]]
name = "nlExt"
category = "regular"
long = "nl-ext"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback