Companion
object Companion
Content copied to clipboard
Functions
defaultOf
Link copied to clipboard
reducedOf
Link copied to clipboard
fun <E : Comparable<E>> reducedOf(delegate: BinaryDecisionDiagramBuilder<E> = defaultOf()): BinaryDecisionDiagramBuilder<E>
Content copied to clipboard
Returns a BinaryDecisionDiagramBuilder instance that applies reduction optimizations through the
reduce algorithm, and delegates the actual construction logic of each node to delegate.simpleOf
Link copied to clipboard
Returns a simple BinaryDecisionDiagramBuilder instance that does not apply platform-specific or reduction optimizations.