Thanks to visit codestin.com Credit goes to networkit.github.io
Defined in File IndependentSetFinder.hpp
public NetworKit::Luby (Class Luby)
public NetworKit::Luby
Abstract base class for independent set algorithms.
Subclassed by NetworKit::Luby
Public Functions
Default destructor
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.
Checks whether a set is independent.
set – The set which is supposed to be independent.
The – graph.
true iff set is independent.