cluster_linearize::DepGraph::AddDependencies

Modify this transaction graph, adding multiple parents to a specified child.

Synopsis

Declared in <cluster_linearize.h>

void
AddDependencies(
    SetType const& parents,
    DepGraphIndex child) noexcept;

Description

Complexity: O(N) where N=TxCount().

Parameters

NameDescription
parentsThe set of parent positions to add.
childThe child position that gains the parents.