Skip to content

C++ Implementation of reduced order binary decision diagram data structure

Notifications You must be signed in to change notification settings

csavelief/Reduced-Order-Binary-Decision-Diagrams

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reduced-Order-Binary-Decision-Diagrams

C++ Implementation of reduced order binary decision diagram data structure

A binary decision diagram (BDD) is a data structure that is used to represent a Boolean function. The basic idea from which the data structure was created is the Shannon expansion. A switching function is split into two sub-functions (cofactors) by assigning one variable.

About

C++ Implementation of reduced order binary decision diagram data structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.4%
  • Makefile 7.6%