Skip to content

ISLa 1.14.0

Compare
Choose a tag to compare
@rindPHI rindPHI released this 05 Jul 13:31
· 26 commits to main since this release
v1.14.0
8319629

[1.14.0] - 2023-07-05

Changed

  • 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.