cluster_linearize::DepGraph::IsConnected

IsConnected overloads

Synopses

Declared in <cluster_linearize.h>

Determine if this entire graph is connected.

bool
IsConnected() const noexcept;
» more...

Determine if a subset is connected.

bool
IsConnected(SetType const& subset) const noexcept;
» more...

Return Value

  • Whether all transactions form a single connected component.
  • Whether subset forms a single connected component.

Parameters

NameDescription
subsetThe set of positions to test.