summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-11-11 12:59:13 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2016-11-11 13:07:55 -0600
commite2f28f39b3a3749a5eeed5294f25bec1e210b129 (patch)
tree6bd5fc8c198139bdf518ad3ae443d87eac13816f /src/options
parent4ee85fbbe8f1bbc6261b804916f897b26d500fbf (diff)
Add simple inferences for extended bitvector functions, add a few related options. Use bv2nat, int2bv as triggers. Add regressions.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/bv_options6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/options/bv_options b/src/options/bv_options
index 341060b37..4a7cbd139 100644
--- a/src/options/bv_options
+++ b/src/options/bv_options
@@ -72,4 +72,10 @@ expert-option bvIntroducePow2 --bv-intro-pow2 bool :default false
option bvLazyRewriteExtf --bv-lazy-rewrite-extf bool :default true :read-write
lazily rewrite extended functions like bv2nat and int2bv
+option bvLazyReduceExtf --bv-lazy-reduce-extf bool :default false :read-write
+ reduce extended functions like bv2nat and int2bv at last call instead of full effort
+
+option bvAlgExtf --bv-alg-extf bool :default true :read-write
+ algebraic inferences for extended functions
+
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback