Module acyclic

Source
Expand description

A wrapper around graph types that enforces an acyclicity invariant.

Structs§

Acyclic
A directed acyclic graph.
TopologicalPosition
A position in the topological order of the graph.

Enums§

AcyclicEdgeError
An error that can occur during edge addition for acyclic graphs.