mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
converted pp_params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4f9442864a
commit
3e6bddbad1
20 changed files with 114 additions and 223 deletions
|
@ -85,8 +85,7 @@ static void display_functions(std::ostream & out, model_core const & md) {
|
|||
if (fi->is_partial())
|
||||
out << " #unspecified";
|
||||
else {
|
||||
pp_params const & params = get_pp_default_params();
|
||||
out << " " << mk_ismt2_pp(fi->get_else(), m, params, 5, arity, "x");
|
||||
out << " " << mk_ismt2_pp(fi->get_else(), m, params_ref(), 5, arity, "x");
|
||||
}
|
||||
for (unsigned j = 0; j < num_entries; j++)
|
||||
out << ")";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue