3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

#6104 also in the new core

This commit is contained in:
Nikolaj Bjorner 2022-07-05 12:38:07 -07:00
parent de41cfd277
commit f82ca197d2
4 changed files with 32 additions and 0 deletions

View file

@ -434,6 +434,7 @@ namespace bv {
SASSERT(bv.is_int2bv(n));
euf::enode* e = expr2enode(n);
mk_bits(e->get_th_var(get_id()));
get_var(e->get_arg(0));
assert_int2bv_axiom(n);
}