[#cluster_linearize-SpanningForestState-LoadLinearization] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/SpanningForestState.adoc[SpanningForestState]::LoadLinearization :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void LoadLinearization(std::span<DepGraphIndex const> old_linearization) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *old_linearization* | The existing order of transactions to load. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#