mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
parent
11264c38d8
commit
5e1869d8eb
1 changed files with 2 additions and 1 deletions
|
@ -3024,6 +3024,7 @@ namespace smt {
|
||||||
SASSERT(is_well_sorted(m, e));
|
SASSERT(is_well_sorted(m, e));
|
||||||
TRACE("begin_assert_expr", tout << mk_pp(e, m) << " " << mk_pp(pr, m) << "\n";);
|
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";);
|
TRACE("begin_assert_expr_ll", tout << mk_ll_pp(e, m) << "\n";);
|
||||||
|
if (!m_searching)
|
||||||
pop_to_base_lvl();
|
pop_to_base_lvl();
|
||||||
if (pr == nullptr)
|
if (pr == nullptr)
|
||||||
m_asserted_formulas.assert_expr(e);
|
m_asserted_formulas.assert_expr(e);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue