build Variable
abstract fun buildVariable( value: T, low: BinaryDecisionDiagram<T>, high: BinaryDecisionDiagram<T>): BinaryDecisionDiagram<T>
Content copied to clipboard
Returns an instance of BinaryDecisionDiagram.Variable with the provided input.