Module graph_algos

Source

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.