Modify this transaction graph, adding multiple parents to a specified child.
Declared in <cluster_linearize.h>
void
AddDependencies(
SetType const& parents,
DepGraphIndex child) noexcept;
Complexity: O(N) where N=TxCount().
| Name | Description |
|---|---|
| parents | The set of parent positions to add. |
| child | The child position that gains the parents. |