obdd-0.3.3: Ordered Reduced Binary Decision Diagrams

Safe HaskellNone
LanguageHaskell98

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