mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
allow empty string theory as a configuration option
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
28ce701e17
commit
689818c8bb
2 changed files with 4 additions and 1 deletions
|
@ -412,7 +412,7 @@ expr_ref model::cleanup_expr(top_sort& ts, expr* e, unsigned current_partition)
|
|||
domain.push_back(s);
|
||||
}
|
||||
new_t = fi->get_array_interp(domain);
|
||||
TRACE("model", tout << new_t << "\n";);
|
||||
TRACE("model", tout << "array interpretation:" << new_t << "\n";);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue