[#cluster_linearize-SFLDefaultCostModel-InitializeEnd] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/SFLDefaultCostModel.adoc[SFLDefaultCostModel]::InitializeEnd :relfileprefix: ../../ :mrdocs: Accounts for the cost of initialization and of the final linearization. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void InitializeEnd( int num_txns, int num_deps) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *num_txns* | Number of transactions in the graph. | *num_deps* | Number of dependencies in the graph. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#