Releases: loonwerks/jkind
v4.5.2
v4.5.1
JKind v4.5.0
Adds API classes for invocation processing results that have no dependencies outside JKind.
Eclipse runtime dependent API methods have been deprecated and will be removed in v5.0.
This version of JKind works with Z3 4.7.1 - 4.8.10, 4.8.13, and 4.8.14
JKind 4.4.4
Add transitional API for calling JKind as a process.
This version of JKind works with Z3 4.7.1 - 4.8.10, 4.8.13, and 4.8.14
JKind 4.4.3
JKind 4.4.2
This release addresses issue #61.
JKind 4.4.1
JKind 4.4.0
This release adds support for Sally-formatted results. It also adds the full source to the JAR for convenience in debugging interactions with clients. The changes are very small, but extend the API. Thus, a minor-level release is warranted.
JKind 4.3.0
JKind 4.3.0 adds manifest metadata for use as a Maven-compliant dependency. It also moves the Eclipse-specific API elements that are better integrated as a portion of the JKind-plugin.
JKind 4.2.0
JKind now supports the enumeration of all minimal inductive validity Cores (All-MIVCs) to provide a complete enumeration of all minimal sets of model elements necessary for inductive proofs of a safety property. To compute All-MIVCs, run JKind with the following arguments:
-all_ivcs -solver z3
Users may use the -timeout argument to limit the time for the All-MIVCs computation. If the computation times out, the results may be incomplete and an warning is printed to the standard and xml output formats.
-timeout 1800
Requirements: All-MIVCs is verified to work with solvers Z3 (versions 4.5.0 or later)