mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
sr
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b8fb744935
commit
60f8884dbd
|
@ -760,10 +760,10 @@ void goal2sat::operator()(goal const & g, params_ref const & p, sat::solver_core
|
||||||
g.m_imp->m_cache.reset();
|
g.m_imp->m_cache.reset();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
scoped_reset _reset(*this);
|
{
|
||||||
|
scoped_reset _reset(*this);
|
||||||
(*m_imp)(g);
|
(*m_imp)(g);
|
||||||
|
}
|
||||||
|
|
||||||
m_interpreted_atoms = alloc(expr_ref_vector, g.m());
|
m_interpreted_atoms = alloc(expr_ref_vector, g.m());
|
||||||
m_interpreted_atoms->append(m_imp->m_interpreted_atoms);
|
m_interpreted_atoms->append(m_imp->m_interpreted_atoms);
|
||||||
|
|
Loading…
Reference in a new issue