Does anyone know of any C # BDD (Binary Decision Diagram) package?

How can I implement binary decision diagrams (BDD)? I want to implement BDD minimization based on cultural algorithms and detecting BDD chain errors.

+4
source share
1 answer

PATDBB may be what you are looking for

+2
source

All Articles