ShannonGraph Type
Shannon graphs are unreduced and unordered binary decision diagrams. Additionally, we add negations to allow a linear representation of equivalences.
Union cases
| Union case |
Description
|
Full Usage:
LeafFalse
|
|
Full Usage:
LeafTrue
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsLeafFalse
Returns: bool
|
|
Full Usage:
this.IsLeafTrue
Returns: bool
|
|
Full Usage:
this.IsNodeITE
Returns: bool
|
|
Full Usage:
this.IsNodeNeg
Returns: bool
|
|
F#
Averest