mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix unsound merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3f369ae962
commit
ec6e2139dd
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ namespace euf {
|
|||
|
||||
if (is_extract(p, lo, hi)) {
|
||||
auto val_p = mod2k(machine_div2k(val_x, lo), hi - lo + 1);
|
||||
push_merge(bv.mk_extract(x->get_interpreted(), lo, hi), mk_value(val_p, width(p)));
|
||||
push_merge(mk_extract(x->get_interpreted(), lo, hi), mk_value(val_p, width(p)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue