mirror of
https://github.com/Z3Prover/z3
synced 2026-05-21 01:19:34 +00:00
deps
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
68d7917653
commit
53cc320efa
4 changed files with 21 additions and 23 deletions
|
|
@ -25,7 +25,7 @@ Author:
|
|||
|
||||
namespace seq {
|
||||
|
||||
std::ostream& nielsen_graph::display(std::ostream& out, nielsen_node* n) const {
|
||||
std::ostream& nielsen_graph::display(std::ostream& out, nielsen_node const* n) const {
|
||||
out << " node[" << n->id() << "]";
|
||||
if (n == m_root)
|
||||
out << " (root)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue