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§
- Feature
Graph - 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.