Skip to content

Commit

Permalink
Update kissat to v4.0.1
Browse files Browse the repository at this point in the history
New in 4.0.1 is gate extraction and clausal congruence closure.
It could help improve performance in equivalence checking
problems, by detecting and merging structurally equivalent
literals and clauses within a SAT formula.
  • Loading branch information
Remi Delmas committed Dec 19, 2024
1 parent b7ae080 commit b887ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In general, the following dependencies are required to build Kani from source.
1. Cargo installed via [rustup](https://rustup.rs/)
2. [CBMC](https://github.com/diffblue/cbmc) (latest release)
3. [Kissat](https://github.com/arminbiere/kissat) (Release 3.1.1)
3. [Kissat](https://github.com/arminbiere/kissat) (Release 4.0.1)

Kani has been tested in [Ubuntu](#install-dependencies-on-ubuntu) and [macOS](##install-dependencies-on-macos) platforms.

Expand Down
2 changes: 1 addition & 1 deletion kani-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CBMC_MAJOR="6"
CBMC_MINOR="4"
CBMC_VERSION="6.4.1"

KISSAT_VERSION="3.1.1"
KISSAT_VERSION="4.0.1"

0 comments on commit b887ccf

Please sign in to comment.