mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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) {
|
||||
// choose the top variable
|
||||
y = q.var();
|
||||
if (q.hi().is_var() && q.hi().var() == y)
|
||||
if (!q.hi().is_val() && q.hi().var() == y)
|
||||
return false;
|
||||
if (!eval_round(M, q.hi(), a))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue