mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
need y0 value
This commit is contained in:
parent
ffa12eb37c
commit
6f18335604
1 changed files with 2 additions and 0 deletions
|
@ -1700,6 +1700,8 @@ namespace polysat {
|
|||
if (y1 == null_var && y2 == null_var)
|
||||
return false;
|
||||
y = (y1 == null_var) ? y2 : y1;
|
||||
if (!s.is_assigned(y))
|
||||
return false;
|
||||
rational y0 = s.get_value(y);
|
||||
|
||||
vector<signed_constraint> bounds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue