oxidd
oxidd copied to clipboard
Set Operator Aliases
I might just be unable to find this function, but the binary diff operator (including operator overload for the - operator) is missing for oxidd::bdd_function
and oxidd::bcdd_function
. This operator is equivalent to f & ~g
. With complement edges, one can safely do this using and and not; but without them, one needs a function to not compute/construct ~g
.