oxidd icon indicating copy to clipboard operation
oxidd copied to clipboard

Set Operator Aliases

Open SSoelvsten opened this issue 8 months ago • 3 comments

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.

SSoelvsten avatar May 27 '24 11:05 SSoelvsten