summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
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