Append the entries of select to list in a topologically valid order.
Synopsis
Declared in <cluster_linearize.h>
void
AppendTopo(
std::vector<DepGraphIndex>& list,
SetType const& select) const noexcept;
Description
Complexity: O(select.Count() * log(select.Count())).
Parameters
Name |
Description |
list |
The vector to append positions to. |
select |
The set of positions to append. |
Created with MrDocs