mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 13:53:39 +00:00
formatting
This commit is contained in:
parent
6422b783b2
commit
f3fc6a50f3
1 changed files with 2 additions and 3 deletions
|
@ -216,11 +216,10 @@ public:
|
||||||
}
|
}
|
||||||
// IF_VERBOSE(0, verbose_stream() << mk_pp(g->form(i), m) << "\n--->\n" << new_curr << "\n";);
|
// IF_VERBOSE(0, verbose_stream() << mk_pp(g->form(i), m) << "\n--->\n" << new_curr << "\n";);
|
||||||
g->update(i, new_curr, new_pr, g->dep(i));
|
g->update(i, new_curr, new_pr, g->dep(i));
|
||||||
|
|
||||||
}
|
}
|
||||||
for (expr* a : axioms) {
|
for (expr* a : axioms)
|
||||||
g->assert_expr(a);
|
g->assert_expr(a);
|
||||||
}
|
|
||||||
if (m_mc) g->add(m_mc.get());
|
if (m_mc) g->add(m_mc.get());
|
||||||
g->inc_depth();
|
g->inc_depth();
|
||||||
result.push_back(g.get());
|
result.push_back(g.get());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue