3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

fix for issue #171 (interpolation crash)

This commit is contained in:
Ken McMillan 2015-07-27 11:15:33 -07:00
parent e6516f549d
commit 5aa74644fc

View file

@ -2005,6 +2005,7 @@ public:
res = make(commute,pf,comm_equiv);
break;
}
case PR_NOT_OR_ELIM:
case PR_AND_ELIM: {
std::vector<ast> rule_ax, res_conc;
ast piv = conc(prem(proof,0));