Popularity
1.1
Stable
Activity
5.5
Declining
0
1
0

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v0.1.0.0

zsdd alternatives and similar packages

Based on the "Data" category.
Alternatively, view zsdd alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of zsdd or a related project?

Add another 'Data' Package

README

ZSDD Hackage

This package provides an efficient representation of propositions as directed acyclic graphs. Intnerally this is acutally a Free monad with shared subterms. All operations are linear in the size of the diagram, but the size of the diagram is also proportional to the number of operations.

There are two reduction stratergies Simple and ZeroSup. The former is generic and widely applicable, whereas the latter is specialised to sparse formulas. Sparse formulas are those with few models or where most atoms are false. A typical use cases of this mode is when modelling families of sets.

Shin-ichi Minato, "Zero-suppressed BDDs for set manipulation in combinatorial problems", DAC '93: Proceedings of the 30th international Design Automation Conference https://dl.acm.org/doi/10.1145/157485.164890