3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-31 08:23:17 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-11 16:53:59 -07:00
parent 754bafc95e
commit 884a68251b
6 changed files with 27 additions and 15 deletions

View file

@ -448,7 +448,7 @@ expr_ref model::cleanup_expr(top_sort& ts, expr* e, unsigned current_partition)
// only expand auxiliary definitions that occur once.
if (can_inline_def(ts, f)) {
fi = get_func_interp(f);
new_t = fi->get_array_interp(f);
new_t = fi->get_array_interp_(f);
TRACE("model", tout << "array interpretation:" << new_t << "\n";);
}
}