mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
b590751e92
commit
31164c2eaf
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class qe_tactic : public tactic {
|
|||
m_qe(m.mk_true(), f, new_f);
|
||||
new_pr = nullptr;
|
||||
if (produce_proofs) {
|
||||
new_pr = m.mk_rewrite(f, new_f);
|
||||
new_pr = m.mk_modus_ponens(g->pr(i), new_pr);
|
||||
}
|
||||
g->update(i, new_f, new_pr, g->dep(i));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue