- toArray() - Method in class sdd.Singleton
-
- toArray(T[]) - Method in class sdd.Singleton
-
- toDot() - Method in class sdd.SDD
-
Prints a DOT representation of this SDD in System.out.
- toDot(String) - Method in class sdd.SDD
-
Prints a DOT representation of this SDD
in the file at the specified address.
- toDot(String, SDD...) - Static method in class sdd.SDD
-
Print a DOT representation of the specified collection of SDDs
in the file at the specified address.
- toString() - Method in class sdd.Assignment
-
- toString() - Method in class sdd.SDD
-
- toString() - Method in class sdd.SDDTreeConjunction
-
- toString() - Method in class sdd.SDDTreeDisjunction
-
- toString() - Method in class sdd.SDDVariable
-
- toString() - Method in class sdd.Variable
-
- toString() - Method in class sdd.VtreeLeaf
-
- toString() - Method in class sdd.VtreeNode
-
- toString() - Method in class sdd.VtreePath
-
- toString() - Method in class util.Pair
-
Returns a string representation of this pair.
- tree(SDDTreeDisjunction) - Method in class sdd.SDDMemory
-
Returns the result of the tree-based operation
on the specified SDDTreeDisjunction
if this result is known, null otherwise.
- trueValue(Collection<Variable>) - Method in interface sdd.SDDFunction
-
Returns the value associated with true
for the specified collection of variables.
- trueValue(Collection<Variable>) - Method in class sdd.SDDProbabilityFunction
-