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
It seems like Jandom uses real arithmetic rather than integer arithmetic when abstracting integer arithmetic operations. When I run numerical analysis (using BoxDouble domain) on Jimple code of JimpleTest.idiv() from Java examples, I get the following output:
It seems like Jandom uses real arithmetic rather than integer arithmetic when abstracting integer arithmetic operations. When I run numerical analysis (using
BoxDouble
domain) on Jimple code ofJimpleTest.idiv()
from Java examples, I get the following output:Notice that the analysis concludes that
i2 = 7.5
at the end buti2 = 7
if you run the program because of integer division.BoxDouble over reals and Parallelotope over rationals have different manifestations of the same issue as well.
The text was updated successfully, but these errors were encountered: