mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
Add option bvnot2arith
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1a09523c99
commit
8515044f8b
3 changed files with 13 additions and 1 deletions
|
@ -67,6 +67,7 @@ class bv_rewriter : public poly_rewriter<bv_rewriter_core> {
|
|||
bool m_mkbv2num;
|
||||
bool m_split_concat_eq;
|
||||
bool m_udiv2mul;
|
||||
bool m_bvnot2arith;
|
||||
|
||||
bool is_zero_bit(expr * x, unsigned idx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue