Effacer les filtres
Effacer les filtres

Is there an implementation of Binary Decision Diagrams (BDDs) in MATLAB?

3 vues (au cours des 30 derniers jours)
Alexander Wille
Alexander Wille le 11 Mai 2016
Commenté : Martin Grden le 13 Déc 2021
Hello everyone,
is there an implementation of Binary Decision Diagrams (BDDs) in MATLAB?
I know that BuDDy-based JavaBDD by John Whaley (<http://javabdd.sourceforge.net>) does the job nicely and can be easily integrated into MATLAB because of being written in Java, but because of the versatility of BDDs for today's algorithms involving logic manipulation (fault tree solution, Boolean formula minimization, SAT solvers, ...) I suspect that BDDs already exist somewhere in MATLAB.
Note that the MATLAB classes ClassificationTree and CompactClassificationTree expose very specialized functionality for statistics and machine learning (see e.g. decision tree learning in Wikipedia) - so far that they are hardly comparable to general BDDs (see e.g. BDDs in Wikipedia) . There are no binary operators on BinaryDecisionTrees, which is the basis for the example applications given above.
Thank you for any provided hint!

Réponses (0)

Catégories

En savoir plus sur Predictive Maintenance Toolbox dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by