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