BinBoolOps Type
Allowed boolean operations for the Apply operation. Thus, "Apply CONJ" computes the conjunction of two BDDs, etc.
Union cases
Union case | Description |
Full Usage:
CONJ
|
|
Full Usage:
DISJ
|
|
Full Usage:
EQUV
|
|
Full Usage:
IMPL
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsCONJ
Returns: bool
|
|
Full Usage:
this.IsDISJ
Returns: bool
|
|
Full Usage:
this.IsEQUV
Returns: bool
|
|
Full Usage:
this.IsIMPL
Returns: bool
|
|