Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jsfpdn/sdd-rs

Bottom-up sentential decision diagram compiler.
https://github.com/jsfpdn/sdd-rs

decision-diagram knowledge-compilation model-counting model-enumeration satisfiability-problem sdd sentential-decision-diagram

Last synced: about 1 month ago
JSON representation

Bottom-up sentential decision diagram compiler.

Awesome Lists containing this project

README

        

# sdd-rs

Bottom-up sentential decision diagram compiler.

## Development

Run all tests and linters with [pre-commit](https://pre-commit.com) before committing.

```bash
# Install pre-commit: https://pre-commit.com/#install
brew install pre-commit

# Set-up pre-commit
pre-commit install

# Run all hooks
pre-commit run --all-files
```