Skip to content

Commit 7a08474

Browse files
remi-delmas-3000Remi Delmas
andauthored
Update kissat to v4.0.1 (#3791)
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]>
1 parent b7ae080 commit 7a08474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/build-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In general, the following dependencies are required to build Kani from source.
1212
1313
1. Cargo installed via [rustup](https://rustup.rs/)
1414
2. [CBMC](https://github.com/diffblue/cbmc) (latest release)
15-
3. [Kissat](https://github.com/arminbiere/kissat) (Release 3.1.1)
15+
3. [Kissat](https://github.com/arminbiere/kissat) (Release 4.0.1)
1616

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

kani-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ CBMC_MAJOR="6"
22
CBMC_MINOR="4"
33
CBMC_VERSION="6.4.1"
44

5-
KISSAT_VERSION="3.1.1"
5+
KISSAT_VERSION="4.0.1"

0 commit comments

Comments
 (0)