cluster_linearize::SetInfo::SetInfo

Construct a SetInfo for a set of transactions in a depgraph.

Synopsis

Declared in <cluster_linearize.h>

explicit
SetInfo(
    DepGraph<SetType> const& depgraph,
    SetType const& txn) noexcept;

Parameters

NameDescription
depgraphThe graph the transactions belong to.
txnThe set of transactions.