mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 10:26:16 +00:00
na
This commit is contained in:
parent
131dfc2101
commit
9da0b61d30
1 changed files with 4 additions and 1 deletions
|
@ -3099,7 +3099,10 @@ proof * ast_manager::mk_unit_resolution(unsigned num_proofs, proof * const * pro
|
||||||
}
|
}
|
||||||
if (!found_complement) {
|
if (!found_complement) {
|
||||||
args.append(num_proofs, (expr**)proofs);
|
args.append(num_proofs, (expr**)proofs);
|
||||||
CTRACE("mk_unit_resolution_bug", !is_or(f1), tout << mk_ll_pp(f1, *this) << "\n";);
|
CTRACE("mk_unit_resolution_bug", !is_or(f1), tout << mk_ll_pp(f1, *this) << "\n";
|
||||||
|
for (unsigned i = 1; i < num_proofs; ++i)
|
||||||
|
tout << mk_pp(proofs[i], *this) << "\n";
|
||||||
|
);
|
||||||
SASSERT(is_or(f1));
|
SASSERT(is_or(f1));
|
||||||
ptr_buffer<expr> new_lits;
|
ptr_buffer<expr> new_lits;
|
||||||
app const * cls = to_app(f1);
|
app const * cls = to_app(f1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue