You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run into another issue with the polyhedra domain. Consider the following two abstract values (with two dimensions each):
x0 - x1 >= 0 ∧ x1 >= 0
x0 >= 0 ∧ -x1 >= 0
Their join is given by x0 - x1 >= 0 ∧ x0 >= 0. ELINA calculates this correctly, but does not set the exactness flag to true, even though this is exact and not an over-approximation.
Hi Gagandeep,
I have run into another issue with the polyhedra domain. Consider the following two abstract values (with two dimensions each):
x0 - x1 >= 0 ∧ x1 >= 0
x0 >= 0 ∧ -x1 >= 0
Their join is given by
x0 - x1 >= 0 ∧ x0 >= 0
. ELINA calculates this correctly, but does not set the exactness flag totrue
, even though this is exact and not an over-approximation.You can use the following code to reproduce this:
Best regards,
Tobias
The text was updated successfully, but these errors were encountered: