Skip to content

ngr-t/ZDDs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ZDDs.jl

Implementation of ZDD (Zero-supressed Binary Decision Diagram) proposed by Shin-ichi Minato. ZDD is a data structure which represents combination sets (family).

The operations below are supported:

  • empty
  • base
  • subset0
  • subset1
  • change
  • intersect
  • union
  • setdiff

reference: Minato, S, 2001, Zero-suppressed BDDs and their applications, International Journal on Software Tools for Technology

About

Julia implementation of Zero-suppressed BDD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages