mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +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
|
@ -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