Load an existing linearization. Must be called immediately after constructor. The result is topological if the linearization is valid. Otherwise, MakeTopological still needs to be called.
Synopsis
Declared in <cluster_linearize.h>
void
LoadLinearization(std::span<DepGraphIndex const> old_linearization) noexcept;
Parameters
Name |
Description |
old_linearization |
The existing order of transactions to load. |
Created with MrDocs