mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
Merge remote-tracking branch 'origin/polysat' into polysat
This commit is contained in:
commit
9ed6bc66ce
1 changed files with 1 additions and 1 deletions
|
@ -1591,7 +1591,7 @@ namespace polysat {
|
||||||
if (y == null_var) {
|
if (y == null_var) {
|
||||||
// choose the top variable
|
// choose the top variable
|
||||||
y = q.var();
|
y = q.var();
|
||||||
if (q.hi().is_var() && q.hi().var() == y)
|
if (!q.hi().is_val() && q.hi().var() == y)
|
||||||
return false;
|
return false;
|
||||||
if (!eval_round(M, q.hi(), a))
|
if (!eval_round(M, q.hi(), a))
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue