mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
9da0b61d30
commit
18bb90f93d
1 changed files with 7 additions and 0 deletions
|
@ -799,6 +799,13 @@ void rewriter_tpl<Config>::resume_core(expr_ref & result, proof_ref & result_pr)
|
|||
|
||||
template<typename Config>
|
||||
void rewriter_tpl<Config>::operator()(expr * t, expr_ref & result, proof_ref & result_pr) {
|
||||
if (!frame_stack().empty() || m_cache != m_cache_stack[0]) {
|
||||
frame_stack().reset();
|
||||
result_stack().reset();
|
||||
m_scopes.reset();
|
||||
reset_cache();
|
||||
}
|
||||
|
||||
if (m_proof_gen)
|
||||
main_loop<true>(t, result, result_pr);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue