Skip to content

Lipen/bdd-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Decision Diagrams for Rust

CI Hits-of-Code

This crate provides a simple implementation of Binary Decision Diagrams (BDDs) in Rust. BDDs are a data structure used to represent boolean functions, and are commonly used in formal verification and other areas of computer science.

Installation

To use this crate in your project, add the following to your Cargo.toml:

[dependencies]
bdd = "0.1.0"

Usage

TODO

License

This crate is licensed under the MIT License.

About

🌵 Binary Decision Diagrams for Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages