Skip to content

Commit

Permalink
Update kissat to v4.0.1 (#3791)
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.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

Co-authored-by: Remi Delmas <[email protected]>
  • Loading branch information
remi-delmas-3000 and Remi Delmas authored Dec 20, 2024
1 parent b7ae080 commit 7a08474
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 7a08474

Please sign in to comment.