mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
parent
5380b01fd1
commit
64e570f159
3 changed files with 6 additions and 43 deletions
|
@ -161,6 +161,8 @@ namespace smt {
|
|||
theory_var v = n->get_th_var(get_id());
|
||||
if (v == null_theory_var) {
|
||||
v = mk_var(n);
|
||||
}
|
||||
if (m_bits[v].empty()) {
|
||||
mk_bits(v);
|
||||
}
|
||||
return v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue