summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/options/arith_options.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/options/arith_options.toml b/src/options/arith_options.toml
index dc7b95d58..4f68d1689 100644
--- a/src/options/arith_options.toml
+++ b/src/options/arith_options.toml
@@ -388,15 +388,6 @@ header = "options/arith_options.h"
help = "threshold for substituting an equality in ppAssert"
[[option]]
- name = "maxReplayTree"
- category = "regular"
- long = "max-replay-tree"
- type = "int"
- default = "512"
- read_only = true
- help = "threshold for attempting to replay a tree"
-
-[[option]]
name = "arithNoPartialFun"
category = "regular"
long = "arith-no-partial-fun"
@@ -415,15 +406,6 @@ header = "options/arith_options.h"
help = "apply pseudo boolean rewrites"
[[option]]
- name = "pbRewriteThreshold"
- category = "regular"
- long = "pb-rewrite-threshold"
- type = "int"
- default = "256"
- read_only = true
- help = "threshold of number of pseudoboolean variables to have before doing rewrites"
-
-[[option]]
name = "sNormInferEq"
category = "regular"
long = "snorm-infer-eq"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback