Property | Type | Description | |
---|---|---|---|
One | |||
Ordinal | int | ||
Zero |
Property | Type | Description | |
---|---|---|---|
algebra | IBDDAlgebra |
Method | Description | |
---|---|---|
And ( |
||
CountNodes ( ) : int |
Counts the number of nodes (both terminals and nonterminals) in the BDD.
|
|
Diff ( |
||
GetMin ( ) : ulong |
Gets the lexicographically minimum bitvector in this BDD as a ulong. Assumes that this BDD is nonempty and that its ordinal is at most 63.
|
|
Not ( ) : |
||
Or ( |
||
ShiftLeft ( int k = 1 ) : |
Increment the ordinals of all nodes by k, k must be nonnegative.
|
|
ShiftRight ( int k = 1 ) : |
Decrement the ordinals of all nodes by k, k must be nonnegative.
|
|
ToDot ( string file ) : void |
Store the BDD as a graph in the given file.
|
|
ToRanges ( int bound ) : uint>[].Pair |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
PrintLeaf ( ) : string |
Method | Description | |
---|---|---|
BDD ( ) : System | ||
BDD ( IBDDAlgebra algebra, int ordinal ) : System | ||
BDD ( IBDDAlgebra algebra, int ordinal, |
||
EnumCases ( ) : IEnumerable |
||
MkAny ( int k ) : string |