mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
884a68251b
commit
1be22a80f6
6 changed files with 59 additions and 62 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