3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-04 17:17:41 +00:00

fix #5929 - add parameter bv_le2extract to allow disabling the disassembly to extract

This commit is contained in:
Nikolaj Bjorner 2022-03-27 18:23:41 -10:00
parent cb1e16fd76
commit 431c3af409
3 changed files with 5 additions and 2 deletions

View file

@ -62,6 +62,7 @@ class bv_rewriter : public poly_rewriter<bv_rewriter_core> {
bool m_extract_prop;
bool m_bvnot_simpl;
bool m_le_extra;
bool m_le2extract;
bool is_zero_bit(expr * x, unsigned idx);