public class ReduceOperation extends Object
ModelReducer| Constructor and Description |
|---|
ReduceOperation(org.colomoto.mddlib.MDDManager ddmanager) |
| Modifier and Type | Method and Description |
|---|---|
int |
remove(int node,
int regulator,
org.colomoto.mddlib.MDDVariable rmVar)
Remove
regulator from its target node. |
public int remove(int node,
int regulator,
org.colomoto.mddlib.MDDVariable rmVar)
regulator from its target node.
This is the first part of the algorithm: we have not yet found the
regulator in the logical function.
It will be called recursively until we find it (or go deeper in the MDD than the corresponding variable)node - the index of the MDD representing the function to rewriteregulator - the index of MDD for the function of the reduced componentrmVar - the component to be reducedCopyright © 2012–2020. All rights reserved.