package kind2

  1. Overview
  2. No Docs
Multi-engine, parallel, SMT-based automatic model checker for safety properties of Lustre programs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v3.0.0.tar.gz
md5=30d0ad9efd2723f99c60183b5e1b7299
sha512=61bcf3260a3817b0159497bb199b44ce8ea615acdbe3f3af10425bb731dc9ca41d2a1a73a4f0b24c867843d095c9654b716f38ee1fcbb24e364dd7e6d5abf792

Description

Kind 2 is an open-source, multi-engine, SMT-based automatic model checker for safety properties of finite-state or infinite-state synchronous reactive systems expressed as in an extension of the Lustre language. In its basic configuration it takes as input a Lustre file annotated with properties to be proven invariant, and outputs for each property either a confirmation or a counterexample, i.e., a sequence inputs that falsifies the property. More advanced features include contract-based compositional verification, proof generation for proven properties, and contract-based test generation.

Published: 11 Jun 2026

Dependencies (7)

  1. zmq >= "5.1.0"
  2. yojson
  3. num
  4. menhir >= "20180523"
  5. dune-build-info
  6. dune >= "2.7"
  7. ocaml >= "5.0"

Dev Dependencies (2)

  1. ounit2 with-test
  2. odoc with-doc

Used by

None

Conflicts

None