Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Mar 10, 2023
1 parent 3d9fdaa commit 7cd8bb4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@

New features:

- Support for SMT solver Bitwuzla.
- Add syntax for If-Then-Else constraints and Frame Condition constraints (see [documentation](https://kind.cs.uiowa.edu/kind2_user_doc/2_input/1_lustre.html#if-statements-and-frame-conditions)).
- Add support for SMT solver Bitwuzla.
- Its predecessor, Boolector, is no longer supported.
- Add option `--flatten_proof` to break down LFSC proofs into a sequence of lemmas.
- This option helps reduce the memory footprint of the LFSC checker and improve its performance as the proof for each lemma is verified by the LFSC checker independently.

Improvements:

- Fixes and improvements solving machine integer problems:
- Support for non-standard bit-vector constants and symbols returned by MathSAT and Z3
- Fix path compression bit-vector encoding in minimization of set of invariants.
- Fixes and improvements in the new Lustre front-end.


# Kind 2 v1.7.0

Expand Down

0 comments on commit 7cd8bb4

Please sign in to comment.