3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

formatting

This commit is contained in:
Nikolaj Bjorner 2022-01-31 11:57:42 -08:00
parent 6422b783b2
commit f3fc6a50f3

View file

@ -216,11 +216,10 @@ public:
}
// 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));
}
for (expr* a : axioms) {
for (expr* a : axioms)
g->assert_expr(a);
}
if (m_mc) g->add(m_mc.get());
g->inc_depth();
result.push_back(g.get());