Compute the chunks of linearization as SetInfos.
Synopsis
Declared in <cluster_linearize.h>
template<typename SetType>
std::vector<SetInfo<SetType>>
ChunkLinearizationInfo(
DepGraph<SetType> const& depgraph,
std::span<DepGraphIndex const> linearization) noexcept;
Return Value
The chunks, each as a set of transactions with its aggregate feerate.
Parameters
Name |
Description |
depgraph |
The dependency graph the linearization refers to. |
linearization |
The order of transactions to chunk. |
Created with MrDocs