visit
Invoked by BinaryDecisionDiagram.accept when the visited node is a BinaryDecisionDiagram.Terminal.
Return
the visitor-specific result computed for node.
Parameters
node
the visited terminal node.
Invoked by BinaryDecisionDiagram.accept when the visited node is a BinaryDecisionDiagram.Variable.
Return
the visitor-specific result computed for node.
Parameters
node
the visited variable node.