Release Notes
- Release Notes
- Version 0.2.0 (Aug 16, 2024)
- Version 0.1.2 (May 23, 2024)
- Version 0.1.1 (December 15, 2023)
- Version 0.1.0 (August 27, 2023)
Version 0.2.0 (Aug 16, 2024)
- Support Unicode variable names.
- Add experimental support for 3D tensor variables.
Version 0.1.2 (May 23, 2024)
- Automatically download Z3 using
z3_jllwhen Satisfiability.jl is installed.
Version 0.1.1 (December 15, 2023)
- Fixed bugs in issues #21 and #26.
- Added remaining operators defined in SMT-LIB QF_BV (bitvector) specification (issue #22)
- Add
^for square - Correctly promote expressions containing mixed
BoolExpr,IntExprandRealExprtypes. When a Boolean variablezis used in an arithmetic expression, it is rewritten toite(z 1 0)(int) orite(z 1.0 0.0)(real), which matches Z3's behavior. The SMT-LIB functionsto_realandto_intare used to convert mixedIntExprs andRealExprs.
Version 0.1.0 (August 27, 2023)
Initial release.