buildVariable

Returns an instance of BinaryDecisionDiagram.Variable with the provided input.

Return

a new BinaryDecisionDiagram.Variable node.

Parameters

value

the value of the Boolean variable represented by the node.

low

the sub-diagram reached when value is false.

high

the sub-diagram reached when value is true.