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.
Declared in <cluster_linearize.h>
void
LoadLinearization(std::span<DepGraphIndex const> old_linearization) noexcept;
| Name | Description |
|---|---|
| old_linearization | The existing order of transactions to load. |