summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authoryoni206 <yoni206@users.noreply.github.com>2020-02-24 19:58:01 -0800
committerGitHub <noreply@github.com>2020-02-24 19:58:01 -0800
commit6e17dd6d5e3ec043e5edd097ac6a736f6a41c753 (patch)
tree5faac828524e121bcba8cd2d4f1c09bb46cadcfe /src/options
parenta3b9a99404ee00bde5db42aab63ab08df3712ba3 (diff)
bv_to_int preprocessing pass
Introduces a preprocessing pass that translates bv problems to integer problems.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/smt_options.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index f78dbb3b8..024530224 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -665,6 +665,15 @@ header = "options/smt_options.h"
help = "Force no CPU limit when dumping models and proofs"
[[option]]
+ name = "solveBVAsInt"
+ category = "undocumented"
+ long = "solve-bv-as-int=N"
+ type = "uint32_t"
+ default = "0"
+ read_only = true
+ help = "attempt to solve BV formulas by translation to integer arithmetic (experimental)"
+
+[[option]]
name = "solveIntAsBV"
category = "undocumented"
long = "solve-int-as-bv=N"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback