mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
31302ec851
commit
071a654a9a
8 changed files with 360 additions and 212 deletions
|
@ -2157,6 +2157,7 @@ namespace smt {
|
|||
enode * r = n->get_root();
|
||||
enode_vector::const_iterator it = r->begin_parents();
|
||||
enode_vector::const_iterator end = r->end_parents();
|
||||
TRACE("shared", tout << get_context().get_scope_level() << " " << v << " " << r->get_num_parents() << "\n";);
|
||||
for (; it != end; ++it) {
|
||||
enode * parent = *it;
|
||||
app * o = parent->get_owner();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue