Work-function for computing connected-component IDs for each vertex. More...
Public Member Functions | |
template<class Vertex , class GraphVisitor > | |
bool | operator() (Vertex &&v, GraphVisitor &&graph_visitor) const |
Public Types | |
using | concurrency_model = sgl::weak_concurrency |
Work-function for computing connected-component IDs for each vertex.
Marks all vertices belonging to the same CC with the same connected-component ID.