IsConnected overloads
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...
| Name | Description |
|---|---|
| subset | The set of positions to test. |