3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-10-04 14:44:05 -07:00
parent 813674087e
commit 0d9d4bb46e

View file

@ -236,6 +236,7 @@ namespace polysat {
if (!q1.is_val())
return false;
out_side_cond.push_back(s.eq(q1, p1));
p1 = q1;
}
if (!p2.is_val()) {
pdd q2 = p2.subst_val(s.assignment());