Zero suppressed decision diagram

From Wikipedia, the free encyclopedia

A zero suppressed decision diagram (ZSDD or ZDD) is a version of binary decision diagram (BDD) where instead of nodes being introduced when the positive and the negative part are different, they are introduced when negative part is different from constant 0. Zero suppressed decisions diagrams are also commonly referred to as zero suppressed binary decision diagram (ZBDD).

They are useful when dealing with functions which are almost everywhere 0.

[edit] Available packages

  • CUDD: A BDD package written in C that implements BDDs and ZBDDs, University of Colorado, Boulder
  • JDD, A java library that implements common BDD and ZBDD operations

[edit] References

[edit] External links