Module prelude

Source

Re-exports§

pub use crate::visits::breadth_first;
pub use crate::visits::depth_first;
pub use crate::sccs::*;
pub use crate::visits::*;

Macros§

thread_pool
Utility macro to create thread_pools.

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.