C++ Reference: class StronglyConnectedComponentsFinder

Note: This documentation is automatically generated.

Method
FindStronglyConnectedComponents

Return type: void

Arguments: const NodeIndex num_nodes, const Graph& graph, SccOutput* components

NodeIsInCurrentDfsPath

Return type: bool

Arguments: NodeIndex node

Advanced usage. This can be used in either the Graph or SccOutput template class to query the current state of the algorithm. It allows to build more complex variant based on the core DFS algo.