or

Performs the "Or" binary boolean operation over two BinaryDecisionDiagrams. The result is a Reduced Ordered Binary Decision Diagram (ROBDD) representing the logical disjunction of the Boolean formulas encoded by the two diagrams.

Return

the disjunction ROBDD.

Parameters

that

the other diagram to combine this one with.

Throws