3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 07:15:26 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-07-29 02:22:28 -07:00
parent 5380b01fd1
commit 64e570f159
3 changed files with 6 additions and 43 deletions

View file

@ -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;