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

Add bdd_subset, bdd_subseteq, and bdd_disjoint #616

Open
3 tasks
SSoelvsten opened this issue Feb 24, 2024 · 0 comments
Open
3 tasks

Add bdd_subset, bdd_subseteq, and bdd_disjoint #616

SSoelvsten opened this issue Feb 24, 2024 · 0 comments
Labels
📁 bdd Binary Decision Diagrams 🎓 student programmer Work, work...

Comments

@SSoelvsten
Copy link
Owner

SSoelvsten commented Feb 24, 2024

Generalize the ZDD predicates of the same name to to also work for BDDs.

  • bdd_subseteq (operators <= and =>)
  • bdd_subset (operators < and >)
  • bdd_disjoint

Of course, all three should be tested.

Additional Context

Jaco van de Pol made good use of such predicates in some of his applications.

@SSoelvsten SSoelvsten added 📁 bdd Binary Decision Diagrams 🎓 student programmer Work, work... labels Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📁 bdd Binary Decision Diagrams 🎓 student programmer Work, work...
Projects
None yet
Development

No branches or pull requests

1 participant