cluster_linearize::SetInfo::Set

Add a transaction to this SetInfo (which must not yet be in it).

Synopsis

Declared in <cluster_linearize.h>

void
Set(
    DepGraph<SetType> const& depgraph,
    DepGraphIndex pos) noexcept;

Parameters

NameDescription
depgraphThe graph the transaction belongs to.
posThe position of the transaction to add.