Dear all,
We are happy to announce the new official release (v2.3.0) of Kind 2,
an open-source, multi-engine, SMT-based automatic model checker for
safety properties of Lustre programs [1].
In addition to several improvements and bug fixes, this release includes
the following new functionalities:
- Support for polymorphic user types, nodes, functions, and contracts
- New `transparent` and `opaque` modifiers to control the abstraction and
refinement of nodes and functions
- Support for function calls with arguments that contain quantified variables and
symbolic indices, if they can be inlined
- Support for OpenSMT as a backend solver
Please refer to the CHANGES document [2] for a more detailed
description, and to the user's documentation [3] for further details.
The latest version of Kind 2 can be downloaded from
https://github.com/kind2-mc/kind2/releases and is distributed in
source form, as well as binaries for both Linux and macOS.
It can also be installed through OPAM.
Feedback and feature requests are most welcome. Please contact the
developers or open an issue directly on Github at
https://github.com/kind2-mc/kind2/issues/newIf you want to participate in discussions with developers and other
users of Kind 2, you are encouraged to join the kind2-users group at
https://groups.google.com/d/forum/kind2-usersBest,
The Kind 2 Development Team
[1]
http://kind.cs.uiowa.edu[2]
https://github.com/kind2-mc/kind2/blob/v2.3.0/CHANGES.md[3]
https://kind.cs.uiowa.edu/kind2_user_doc/