mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
add special relations tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ec6cf7950e
commit
7a6823aef1
7 changed files with 92 additions and 21 deletions
|
@ -19,6 +19,7 @@ z3_add_component(rewriter
|
|||
factor_equivs.cpp
|
||||
factor_rewriter.cpp
|
||||
fpa_rewriter.cpp
|
||||
func_decl_replace.cpp
|
||||
hoist_rewriter.cpp
|
||||
inj_axiom.cpp
|
||||
label_rewriter.cpp
|
||||
|
|
|
@ -86,7 +86,7 @@ expr_ref func_decl_replace::operator()(expr* e) {
|
|||
}
|
||||
}
|
||||
}
|
||||
return expr_ref(cache.find(e), m);
|
||||
return expr_ref(m_cache.find(e), m);
|
||||
}
|
||||
|
||||
void func_decl_replace::reset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue