mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
eq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e79542cc68
commit
dd452e0ac1
3 changed files with 35 additions and 82 deletions
|
@ -313,7 +313,7 @@ void model::cleanup_interp(top_sort& ts, func_decl* f) {
|
|||
if (e1 != e2)
|
||||
fi->set_else(e2);
|
||||
for (auto& fe : *fi) {
|
||||
expr_ref e2 = cleanup_expr(ts, fe->get_result(), pid);
|
||||
e2 = cleanup_expr(ts, fe->get_result(), pid);
|
||||
if (e2 != fe->get_result()) {
|
||||
fi->insert_entry(fe->get_args(), e2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue