mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
This commit is contained in:
parent
02644b5b71
commit
ed9341e3b0
6 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue