| Package | Description |
|---|---|
| sdd | |
| sdd.ope |
| Modifier and Type | Method and Description |
|---|---|
static SDDTree |
SDDTrees.ban_exists(SDDTree sdd,
Variable var,
SDDMemory mem,
VtreePath path)
Computes the result of the exists operation on the specified sdd
for the specified variable.
|
static SDDTree |
SDDTrees.ban_forall(SDDTree sdd,
Variable var,
SDDMemory mem,
VtreePath path)
Computes the result of the forall operation on the specified sdd
for the specified variable.
|
static SDDTree |
SDDTrees.exists(SDDTree sdd,
Variable var,
SDDMemory mem,
VtreePath path)
Computes the result of the exists operation on the specified sdd
for the specified variable.
|
static SDDTree |
SDDTrees.forall(SDDTree sdd,
Variable var,
SDDMemory mem,
VtreePath path)
Computes the result of the forall operation on the specified sdd
for the specified variable.
|
| Modifier and Type | Method and Description |
|---|---|
static SDDTree |
LeftRotation.leftRotation(SDDTree sdd,
SDDMemory mem,
VtreePath path)
Applies the left rotation operation on the specified SDD tree
at the leaf of the specified path.
|
static SDDTree |
RightRotation.rightRotation(SDDTree sdd,
SDDMemory mem,
VtreePath path)
Applies the right rotation operation on the specified SDD tree
at the leaf of the specified path.
|