IsConnected overloads

Synopses

Declared in <cluster_linearize.h>

Determine if this entire graph is connected.

bool
IsConnected() const noexcept;

Determine if a subset is connected.

bool
IsConnected(SetType const& subset) const noexcept;

Return Value

  • Whether all transactions form a single connected component.

  • Whether subset forms a single connected component.

Parameters

Name

Description

subset

The set of positions to test.

Created with MrDocs