mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 22:41:15 +00:00
parent
080dbb13b0
commit
39ffc4ece7
2 changed files with 3 additions and 4 deletions
|
@ -53,8 +53,7 @@ namespace spacer {
|
|||
m_proxies.push_back (res);
|
||||
|
||||
// -- add the new proxy to proxy eliminator
|
||||
proof_ref pr(m);
|
||||
pr = m.mk_asserted (m.mk_true ());
|
||||
proof_ref pr(m.mk_rewrite(res, m.mk_true()), m);
|
||||
m_elim_proxies_sub.insert (res, m.mk_true (), pr);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue