mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
bugs in: - rewriting of 0-ary expressions was incomplete - sharing annotations when a node has two theories attached it is shared - sharing of const of an array Remove unreadable part of pretty printer for lp solver.
This commit is contained in:
parent
3764eb1959
commit
72f6271d82
13 changed files with 70 additions and 38 deletions
|
@ -80,6 +80,9 @@ class ll_printer {
|
|||
display_child_ref(n);
|
||||
}
|
||||
break;
|
||||
case AST_FUNC_DECL:
|
||||
m_out << to_func_decl(n)->get_name();
|
||||
break;
|
||||
default:
|
||||
display_child_ref(n);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue