mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
na
This commit is contained in:
parent
aced115b70
commit
7e68d546ba
4 changed files with 11 additions and 10 deletions
|
@ -735,7 +735,7 @@ SASSERT(false);
|
|||
}
|
||||
|
||||
std::ostream& egraph::display(std::ostream& out, unsigned max_args, enode* n) const {
|
||||
out << n->get_expr_id() << " := ";
|
||||
out << "#" << n->get_expr_id() << " := ";
|
||||
expr* f = n->get_expr();
|
||||
if (is_app(f))
|
||||
out << mk_bounded_pp(f, m, 1) << " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue