What is the algorithm to compute the join of two zero suppressed binary decision diagrams?
I've searched for it for hours now, I just can't find it. It's not in Knuth's book either, as far as I can find, though it does give a definition of the result.
I would prefer not to have to wade through any specific implementation; I find the implementation details very distracting.
The join of ZDDs f
and g
is { a ∪ b | a ∈ f and b ∈ g }