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
Improved optimized handling of str.to.int (when enable_optimized_z3_queries is
enabled). For variables exclusively appearing in str.to.int, we support a wider
range of possible solutions, such as negative numbers or languages with an optional + or padding of zeroes in front. Furthermore, ISLa tries to infer the domains of
these variables automatically, e.g., to exclude "0" or negative values.