mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
Eliminated the dependency of the macro-finder on the simplifier.
This commit is contained in:
parent
ed8c11ff76
commit
8310b24c52
8 changed files with 168 additions and 139 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, s),
|
||||
m_util(m),
|
||||
m_decls(m),
|
||||
m_macros(m),
|
||||
m_macro_prs(m),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue