mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
wip
This commit is contained in:
parent
813674087e
commit
0d9d4bb46e
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue