Terminal
A Terminal is a BDD mode that has no edges to other BDDs, and represent a non-variable known Boolean value (either True or False)
Functions
Link copied to clipboard
open override fun <E> accept(visitor: BinaryDecisionDiagramVisitor<T, E>): E
Content copied to clipboard
Accepts an instance of BinaryDecisionDiagramVisitor as for the visitor pattern. This is the method of preference for exploring the inner structure of the diagram.