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:
parent
e6516f549d
commit
5aa74644fc
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue