3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-07 22:04:53 +00:00

Address code review: add comments for collect_leaves, find_assoc_equal, and display

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-01 23:24:59 +00:00
parent 5c14edf030
commit b8656d4fbe
2 changed files with 8 additions and 2 deletions

View file

@ -237,6 +237,8 @@ namespace euf {
}
std::ostream& seq_plugin::display(std::ostream& out) const {
// sgraph contents are displayed by sgraph::display, not here,
// since sgraph owns the seq_plugin (not the other way around)
out << "seq-plugin\n";
return out;
}