mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Update smt_context.cpp
This commit is contained in:
parent
421fe94607
commit
acad9fa62c
|
@ -4522,8 +4522,6 @@ namespace smt {
|
||||||
theory_var_list * l = n->get_th_var_list();
|
theory_var_list * l = n->get_th_var_list();
|
||||||
theory_id th_id = l->get_id();
|
theory_id th_id = l->get_id();
|
||||||
|
|
||||||
verbose_stream() << "num parents " << n->get_num_parents() << "\n";
|
|
||||||
|
|
||||||
for (enode * parent : enode::parents(n)) {
|
for (enode * parent : enode::parents(n)) {
|
||||||
app* p = parent->get_expr();
|
app* p = parent->get_expr();
|
||||||
family_id fid = p->get_family_id();
|
family_id fid = p->get_family_id();
|
||||||
|
|
Loading…
Reference in a new issue