Modulesยง
- feedback_
set - A feedback-vertex-set is a set of vertices whose removal leaves a graph without cycles (https://en.wikipedia.org/wiki/Feedback_vertex_set).
- graph_
node - scc_
graph_ node - strongly_
connected_ components - Logic for computing the strongly connected component of a node in a graph.