C

BfsResult

Represents the results of a breadth-first search as computed by Bfs.
Inheritance Hierarchy

Remarks

Nodes are grouped into layers based on distance from the original coreNodes.

Contains the layers of nodes constructed by a directed/undirected breadth-first search where the number of layers is restricted.

The first of these layers contains all coreNodes from which a breadth-first search to the other nodes starts.

In the i-th layer are previously unassigned nodes that are connected to nodes in the (i-1)-th layer.

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a collection of all layers.
readonlyfinal
Gets a mapping from each node to its layer index.
readonlyfinal
Gets a mapping from each node to its layer.
readonlyfinal
Gets a collection of nodes that are either not reachable from the coreNodes or which are in layers beyond the layerCount.
readonlyfinal