obdd-0.9.0: Ordered Reduced Binary Decision Diagrams
Safe HaskellSafe-Inferred
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 #