Module graph

Source
Expand description

Graph manipulation code

I had hoped to use petgraph, but it is optimized for efficiency over usability, and I got lost in a maze of indices.

Structs§

FeatureGraph
A representation of which features depend on what.

Functions§

invert 🔒
Given a hashmap representing a binary relationship, invert it.
transitive_closure 🔒
Given a hashmap representing a binary relationship, compute its transitive closure.