kissat

Crates.iokissat
lib.rskissat
version0.1.0
sourcesrc
created_at2021-10-10 19:01:31.059154
updated_at2021-10-10 19:01:31.059154
descriptionA simple wrapper for the Kissat SAT solver
homepage
repositoryhttps://github.com/jleahy/kissat-rs
max_upload_size
id463234
size856,179
Joshua Leahy (jleahy)

documentation

README

Kissat SAT solver

A simple wrapper for the Kissat SAT solver.

Kissat is a state of the art SAT solver by Armin Biere and others. It is written in C rather than C++, unlike CaDiCaL (upon which it is based) and older solvers such as minisat and glucose. This makes it particularly nice to embed in Rust.

This crate builds the entire source code of Kissat, and provides a safe interface over it.

This version is currently tied to the version of kissat that was submitted to sc2021.

Commit count: 0

cargo fmt