Construct a SetInfo for a set of transactions in a depgraph.
Declared in <cluster_linearize.h>
explicit
SetInfo(
DepGraph<SetType> const& depgraph,
SetType const& txn) noexcept;
| Name | Description |
|---|---|
| depgraph | The graph the transactions belong to. |
| txn | The set of transactions. |