3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-06-17 17:45:13 -07:00
parent 02644b5b71
commit ed9341e3b0
6 changed files with 6 additions and 3 deletions

View file

@ -213,6 +213,7 @@ namespace q {
sat::literal qlit = ctx.expr2literal(q);
if (is_exists(q))
qlit.neg();
ctx.rewrite(proj);
TRACE("q", tout << "project: " << proj << "\n";);
++m_stats.m_num_instantiations;
unsigned generation = ctx.get_max_generation(proj);