Z3-Noodler-v1.1.0
What's Changed
- Small refactoring of
final_check
by @vhavlena in #105 - Update README by @jurajsic in #108
- Add support for
replace_re
by @jurajsic in #102 - Optimizations for hard equations by @vhavlena in #103
- Support for
str.<
andstr.<=
by @vhavlena in #109 - Pyex: optimizations by @vhavlena in #104
- Bug fix after merge by @vhavlena in #110
- Turn on reduction for noodlification by @jurajsic in #107
- Tests fixing by @vhavlena in #111
- An optimisation of underapproximation by @vhavlena in #112
- Pyex Optimisations Iteration 2 by @vhavlena in #113
- Handling of
from_int
andto_int
by @jurajsic in #114 to_int
/from_int
optimization by @jurajsic in #116- Underapproximating
to_int
/from_int
by @jurajsic in #117 - Fixing errors by @vhavlena in #115
- Optimizations of
full_str_int
by @vhavlena in #118 to_int
: axioms for number equations by @vhavlena in #124- Length based conversion encoding of int conversions by @jurajsic in #121
- Less underapproximating int conversions by @jurajsic in #125
- Reenable
str.in_re
rewrite rule by @jurajsic in #126 - Update instructions to install Mata to use 'sudo' by @Adda0 in #128
- Solver extension to handle underapproximation by @vhavlena in #129
- Warn about checking include paths by @Adda0 in #130
- Fix
to_int
computation so invalid cases are not used to generate numbers by @jurajsic in #132
Full Changelog: v1.0.0...v1.1.0