Defined in File Luby.hpp
public NetworKit::IndependentSetFinder (Class IndependentSetFinder)
public NetworKit::IndependentSetFinder
Luby’s parallel independent set algorithm for undirected graphs.
Public Functions
Returns a boolean vector of length n where vec[v] is true iff v is in the independent sets.
true
G – [in] The graph.
A boolean vector of length n.