summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-04-09 23:45:23 -0700
committerGitHub <noreply@github.com>2018-04-09 23:45:23 -0700
commit817fe6d90c25dbdfe62c658add02efd51e2e29eb (patch)
treee243b19d8cc2d9b089a31f1f54c0fde456ba065f /src/options
parentf2f1e2312d0dd98e89fef63d6595234e27ba5b3a (diff)
Remove unused arith options (#1758)
Commit 629824db3911ab11ae286e4b14151a537602ba5a added options when introducing the pseudo boolean processor that were never used. This commit removes them.
Diffstat (limited to 'src/options')
-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