mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
fix #6157
This commit is contained in:
parent
a3eb9da191
commit
1378e713ba
|
@ -667,8 +667,9 @@ namespace smt {
|
|||
mk_enode(n);
|
||||
theory_var v = ctx.get_enode(n)->get_th_var(get_id());
|
||||
mk_bits(v);
|
||||
mk_var(ctx.get_enode(n->get_arg(0)));
|
||||
|
||||
enode* k = ctx.get_enode(n->get_arg(0));
|
||||
if (!is_attached_to_var(k))
|
||||
mk_var(k);
|
||||
|
||||
if (!ctx.relevancy())
|
||||
assert_int2bv_axiom(n);
|
||||
|
|
Loading…
Reference in a new issue