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:
parent
cb1e16fd76
commit
431c3af409
3 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue