OldGraphs.jl
OldGraphs.jl copied to clipboard
All simple paths
I'm looking for something like this:
http://networkx.github.io/documentation/latest/reference/generated/networkx.algorithms.simple_paths.all_simple_paths.html
This looks like it should be doable with depth-first search and the right visitor.