mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
11264c38d8
commit
5e1869d8eb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue