mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
parent
754bafc95e
commit
884a68251b
6 changed files with 27 additions and 15 deletions
|
@ -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";);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue