mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
parent
bf9779cb87
commit
5152c9500d
3 changed files with 3 additions and 5 deletions
|
@ -242,7 +242,7 @@ void asserted_formulas::reduce() {
|
|||
return;
|
||||
if (m_qhead == m_formulas.size())
|
||||
return;
|
||||
if (!m_smt_params.m_preprocess)
|
||||
if (!m_has_quantifiers && !m_smt_params.m_preprocess)
|
||||
return;
|
||||
if (m_macro_manager.has_macros())
|
||||
invoke(m_find_macros);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue