loom
loom copied to clipboard
Adapt algorithms in loom.alg to be multigraph compatible
Support for multigraphs was added in PR #19, which allows us to represent graphs that have more than 1 edge between two vertices. However, algorithms in loom.alg still operate on the assumption that a node is uniquely defined by its two vertices.