Crates.io | varisat-cli |
lib.rs | varisat-cli |
version | 0.2.1 |
source | src |
created_at | 2018-09-14 12:12:09.678711 |
updated_at | 2019-05-18 08:29:35.614162 |
description | A CDCL based SAT solver (command line solver) |
homepage | https://jix.one/project/varisat/ |
repository | https://github.com/jix/varisat |
max_upload_size | |
id | 84691 |
size | 26,364 |
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.
This is the command line version. Varisat is also available as a library
(varisat
on crates.io).
The Varisat source code is licensed under either of
at your option.
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.