mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
Starting to work on trailing 0 analysis.
This commit is contained in:
parent
493b86eca7
commit
c7f1746321
5 changed files with 330 additions and 1 deletions
|
@ -69,6 +69,7 @@ class bv_rewriter : public poly_rewriter<bv_rewriter_core> {
|
|||
bool m_udiv2mul;
|
||||
bool m_bvnot2arith;
|
||||
bool m_bv_sort_ac;
|
||||
bool m_trailing;
|
||||
|
||||
bool is_zero_bit(expr * x, unsigned idx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue