Skip to content

Releases: VeriFIT/z3-noodler

v1.3.0

11 Oct 13:50
2e63d1e
Compare
Choose a tag to compare

Expects mata v1.6.9

What's Changed

  • New length-based decision procedure for handling special equations with lengths (enabled by default, can be turned off with str.try_length_proc=false)
  • New decision procedure for handling not-contains and disequations based on counting automata (disabled by default, can be enabled with str.ca_constr=true)
  • Z3-Noodler can now produce models
  • Minor bug fixes in axiomatizations for replace_re, prefix, suffix, and string-integer conversions

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 May 11:08
4bcf006
Compare
Choose a tag to compare

Expects mata v1.2.4

What's Changed

Full Changelog: v1.1.0...v1.2.0

Z3-Noodler-v1.1.0

17 Mar 15:45
0751e1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Z3-Noodler-v1.0.0

10 Oct 15:13
fb447e3
Compare
Choose a tag to compare

Initial main release of Z3-Noodler. Needs version 0.109.0 of Mata.