3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-05-26 09:48:58 +01:00
parent 11264c38d8
commit 5e1869d8eb

View file

@ -3024,7 +3024,8 @@ namespace smt {
SASSERT(is_well_sorted(m, e));
TRACE("begin_assert_expr", tout << mk_pp(e, m) << " " << mk_pp(pr, m) << "\n";);
TRACE("begin_assert_expr_ll", tout << mk_ll_pp(e, m) << "\n";);
pop_to_base_lvl();
if (!m_searching)
pop_to_base_lvl();
if (pr == nullptr)
m_asserted_formulas.assert_expr(e);
else