mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
adding proofs to euf-completion
This commit is contained in:
parent
bba10c7a88
commit
e018b024c5
3 changed files with 195 additions and 78 deletions
|
@ -296,6 +296,7 @@ void goal::update(unsigned i, expr * f, proof * pr, expr_dependency * d) {
|
|||
if (!m_inconsistent) {
|
||||
if (m().is_false(out_f)) {
|
||||
push_back(out_f, out_pr, d);
|
||||
m_inconsistent = true;
|
||||
}
|
||||
else {
|
||||
m().set(m_forms, i, out_f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue