mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
attempted interp fixes
This commit is contained in:
parent
a6f58bdd17
commit
8181b15a1b
2 changed files with 11 additions and 3 deletions
|
@ -1027,7 +1027,7 @@ class iz3proof_itp_impl : public iz3proof_itp {
|
|||
linear_comb(Aineqs,coeff,make(Leq,make_int(rational(0)),make(Sub,term2,term1)));
|
||||
}
|
||||
else {
|
||||
ast pf = extract_rewrites(make(concat,mk_true(),rest),p1);
|
||||
ast pf = extract_rewrites(make(concat,mk_true(),last),p1);
|
||||
ast new_normal = fix_normal(term1,term2,pf);
|
||||
normals = merge_normal_chains(normals,cons_normal(new_normal,mk_true()), Aproves, Bproves);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue