Skip to content

Commit

Permalink
Update Kissat to version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Sep 14, 2024
1 parent 8e4b76d commit e537221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/pindakaas-kissat/vendor/kissat
Submodule kissat updated 8 files
+12 −0 NEWS.md
+28 −12 README.md
+1 −1 VERSION
+43 −19 src/application.c
+1 −3 src/congruence.c
+27 −12 src/factor.c
+27 −11 src/krite.c
+5 −4 test/testsolve.c
2 changes: 1 addition & 1 deletion crates/pindakaas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cadical = ["pindakaas-cadical", "pindakaas-derive"]
intel-sat = ["pindakaas-intel-sat", "pindakaas-derive"]
kissat = ["pindakaas-kissat", "pindakaas-derive"]
trace = ["tracing"]
default = ["cadical"]
default = ["splr", "cadical", "kissat", "intel-sat", "ipasir-up"]
ipasir-up = ["cadical"]

[lints]
Expand Down

0 comments on commit e537221

Please sign in to comment.