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:
parent
5c14edf030
commit
b8656d4fbe
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue