cudd-0.1.0.0: Bindings to the CUDD binary decision diagrams library

Safe HaskellNone
LanguageHaskell2010

Cudd.Cudd

Documentation

newtype DDManager Source

Constructors

DDManager (Ptr CDDManager) 

newtype DDNode Source

Constructors

DDNode 

Instances

data SatBit Source

Constructors

Zero 
One 
DontCare 

Instances