mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
Revert "Eliminated the dependency of the macro-finder on the simplifier."
This reverts commit 8310b24c52
.
This commit is contained in:
parent
8310b24c52
commit
799fb4a0d1
8 changed files with 139 additions and 168 deletions
|
@ -28,7 +28,7 @@ Revision History:
|
|||
macro_manager::macro_manager(ast_manager & m, simplifier & s):
|
||||
m_manager(m),
|
||||
m_simplifier(s),
|
||||
m_util(m),
|
||||
m_util(m, s),
|
||||
m_decls(m),
|
||||
m_macros(m),
|
||||
m_macro_prs(m),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue