summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2017-11-30 15:50:00 -0800
committerGitHub <noreply@github.com>2017-11-30 15:50:00 -0800
commit4c1f1cad720a94226f7834874cf59478de35b74a (patch)
treeb97655661092e2597b31c089ec9bc52e77d33ec9 /src/options
parent89b6c052e96cc907800650de93d2f238e19acd38 (diff)
Add Gaussian Elimination as a preprocessing pass for BV. (#1342)
This adds Gaussian Elimination as a preprocessing pass for BV. Gaussian Elimination is only applied if the given bit-width guarantees that no overflows can occur.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/bv_options3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options/bv_options b/src/options/bv_options
index 035d6ae31..f434339b0 100644
--- a/src/options/bv_options
+++ b/src/options/bv_options
@@ -72,6 +72,9 @@ expert-option bitvectorQuickXplain --bv-quick-xplain bool :default false
expert-option bvIntroducePow2 --bv-intro-pow2 bool :default false
introduce bitvector powers of two as a preprocessing pass
+expert-option bvGaussElim --bv-gauss-elim bool :default false
+ simplify formula via Gaussian Elimination if applicable
+
option bvLazyRewriteExtf --bv-lazy-rewrite-extf bool :default true :read-write
lazily rewrite extended functions like bv2nat and int2bv
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback