Skip to content

jix/varisat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

33e8769 · Nov 2, 2022
Sep 9, 2020
Sep 9, 2020
Sep 9, 2020
Sep 9, 2020
Oct 29, 2022
Sep 9, 2020
Sep 9, 2020
Sep 9, 2020
Nov 19, 2020
Dec 26, 2018
Sep 9, 2020
Sep 9, 2020
May 18, 2019
Mar 2, 2019
Mar 2, 2019
Sep 9, 2020
Sep 9, 2020

Repository files navigation

Varisat

crates.io docs.rs

Varisat is a CDCL based SAT solver written in rust. Given a boolean formula in conjunctive normal form, it either finds a variable assignment that makes the formula true or finds a proof that this is impossible.

Varisat is available as a rust library (varisat on crates.io) and as a command line solver (varisat-cli on crates.io).

Installation

Varisat is available using rust's package manager cargo. The command line solver can be installed or updated using cargo install --force varisat-cli. Cargo can be installed using rustup.

The command line solver is also available as a pre-compiled binary for Linux and Windows.

Documentation

Developer Documentation

The internal APIs are documented using rustdoc. It can be generated using cargo doc --document-private-items --all --exclude varisat-cli.

You can also read a series of blog posts about the development of varisat.

License

The Varisat source code is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Varisat by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.