obdd-0.8.4: Ordered Reduced Binary Decision Diagrams
Safe HaskellNone
LanguageHaskell2010

OBDD.Make

Description

builds basic OBDDs

Synopsis

Documentation

constant :: Ord v => Bool -> OBDD v Source #

unit :: Ord v => v -> Bool -> OBDD v Source #

Variable with given parity

variable :: Ord v => v -> OBDD v Source #