Module prelude

Module prelude 

Source

Re-exports§

pub use crate::sccs::*;

Functions§

is_acyclic
Returns whether the graph is acyclic.
top_sort
Returns the node of the graph in topological-sort order, if the graph is acyclic.