Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move BDDSharp to C# section #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion bdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
- [libDDD](https://lip6.github.io/ITSTools-web/libddd.html) (LGPLv3, [C++](https://github.com/lip6/libDDD)): integer-valued data decision diagrams and hierarchical set decision diagrams (LIP6, Sorbonne Univ., CNRS)
- [TdZdd](https://github.com/kunisura/TdZdd) (MIT, C++): top-down breadth-first n-ary DD/ZDD manipulation, parallel processing with OpenMP
- [CacBDD](http://www.kailesu.net/CacBDD/) (BSD-3, C++)
- [BDDSharp](https://github.com/ancailliau/BDDSharp) (MIT, C\#): (U Catholique Louvain)
- [LaVaBDD](http://www.ulb.ac.be/di/ssd/nmaquet/lavabdd/0.4/doc/index.html) (?, C++): Lattice-valued BDDs (ULB)
- [`wld`](https://ira.informatik.uni-freiburg.de/software/wld/) (FUSC, C++): word-level DDs (UFreiburg)
- [BDS](http://www.ecs.umass.edu/ece/labs/vlsicad/bds/bds.html) (FUSC, C): (UMass)
Expand All @@ -147,6 +146,7 @@
- [ZDD](https://github.com/tanakalab/ZDD) (?, C++): Multi-terminal ZDDs

# C# #
- [BDDSharp](https://github.com/ancailliau/BDDSharp) (MIT, C\#): (U Catholique Louvain)
- [PAT BDD library](https://www.comp.nus.edu.sg/~pat/bddlib/) (?, C\#): BDD library for symbolic model checking of hierarchical systems, with a C\# interface to CUDD version 2.4.2
- [SylvanSharp](https://github.com/thisiscam/SylvanSharp) (?, C\#): bindings to Sylvan
- [BuDDySharp](https://github.com/thisiscam/BuDDySharp) (?, C\#): bindings to BuDDy
Expand Down