mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
fix for issue #171 (interpolation crash)
This commit is contained in:
parent
e6516f549d
commit
5aa74644fc
1 changed files with 1 additions and 0 deletions
|
@ -2005,6 +2005,7 @@ public:
|
||||||
res = make(commute,pf,comm_equiv);
|
res = make(commute,pf,comm_equiv);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case PR_NOT_OR_ELIM:
|
||||||
case PR_AND_ELIM: {
|
case PR_AND_ELIM: {
|
||||||
std::vector<ast> rule_ax, res_conc;
|
std::vector<ast> rule_ax, res_conc;
|
||||||
ast piv = conc(prem(proof,0));
|
ast piv = conc(prem(proof,0));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue