mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 13:56:03 +00:00
wip - proof logging fixes
This commit is contained in:
parent
1fc77c8c00
commit
f0b85716a9
3 changed files with 22 additions and 9 deletions
|
|
@ -159,6 +159,9 @@ namespace euf {
|
|||
v = si.add_bool_var(e);
|
||||
s().set_external(v);
|
||||
s().set_eliminated(v, false);
|
||||
m_bool_var2expr.reserve(v + 1, nullptr);
|
||||
m_bool_var2expr[v] = e;
|
||||
m_var_trail.push_back(v);
|
||||
sat::literal lit2 = literal(v, false);
|
||||
th_proof_hint* ph1 = nullptr, * ph2 = nullptr;
|
||||
if (use_drat()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue