Skip to content

Releases: kind2-mc/kind2-java-api

kind2-java-api 0.3.6

20 Jun 20:12

Choose a tag to compare

kind2-java-api 0.3.6 Pre-release
Pre-release
  • Fix name of setCheckReach method

kind2-java-api 0.3.5

20 Jun 17:43

Choose a tag to compare

kind2-java-api 0.3.5 Pre-release
Pre-release
  • Add checkReach and checkNonvacuity options
  • Add SMTInterpol as backend SMT solver
  • Add option to set SMT QE Solver
  • Add new IC3IA engine module
  • Add option to set SMT ITP Solver
  • Add IC3IA Max option
  • Remove old IC3Abstr option

kind2-java-api 0.3.4

26 Apr 21:30

Choose a tag to compare

kind2-java-api 0.3.4 Pre-release
Pre-release

Add NonVacuityCheck to PropertyType enum

kind2-java-api 0.3.3

19 Apr 19:04

Choose a tag to compare

kind2-java-api 0.3.3 Pre-release
Pre-release
  • Add fakeFilepath option (for LSP server)
  • Add missing SMT solver option: MathSAT
  • Update processing of Kind 2's json output for reachability queries

kind2-java-api 0.3.2

09 Mar 03:54

Choose a tag to compare

kind2-java-api 0.3.2 Pre-release
Pre-release
  • Replace Boolector with Bitwuzla
  • Update Kind 2 result parsing to handle reachability queries

kind2-java-api 0.3.1

13 Dec 17:22

Choose a tag to compare

kind2-java-api 0.3.1 Pre-release
Pre-release
  • Replace CVC4 SMT solver back-end with cvc5.

kind2-java-api 0.3.0

07 Jun 09:56

Choose a tag to compare

kind2-java-api 0.3.0 Pre-release
Pre-release
  • Add support for more Kind 2 options.
  • Add support for LSP features that can be used by language servers to provide rich editing experience for Lustre files.
  • Add basic support for and Kind 2 simulations.

kind2-java-api 0.2.2

21 Jan 17:22

Choose a tag to compare

kind2-java-api 0.2.2 Pre-release
Pre-release

Changes:

  • Add support for abstract types.

kind2-java-api 0.2.1

14 Jan 13:30

Choose a tag to compare

kind2-java-api 0.2.1 Pre-release
Pre-release

Changes:

  • Introduce TypeUtil.named method.

kind2-java-api 0.2.0

14 Jan 04:54

Choose a tag to compare

kind2-java-api 0.2.0 Pre-release
Pre-release

Changes:

  • Renamed the results classes.
  • Updated instructions for installing the artifact for the kind2-java-api.