Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/solhop/rsat

SAT Solver
https://github.com/solhop/rsat

cdcl sat sat-solver satifiability sls unsat

Last synced: about 1 month ago
JSON representation

SAT Solver

Lists

README

        

# rsat

SAT Solver.

[![Crates.io](https://img.shields.io/crates/v/rsat.svg?style=for-the-badge)](https://crates.io/crates/rsat)
[![Crates.io](https://img.shields.io/crates/d/rsat.svg?style=for-the-badge)](https://crates.io/crates/rsat)
![Crates.io](https://img.shields.io/crates/l/rsat?style=for-the-badge)
[![Docs](https://img.shields.io/badge/api-docs-blue?style=for-the-badge)](https://docs.rs/rsat)

Currently, a stochastic local search based on probSAT and a CDCL solver based on MiniSAT has been implemented.
More algorithms will be available soon.

This projetct is still in development.
The APIs can change before the first stable release v1.0.0.

## License

[MIT](LICENSE)