cluster_linearize::DepGraph::AppendTopo

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

NameDescription
listThe vector to append positions to.
selectThe set of positions to append.