OldGraphs.jl icon indicating copy to clipboard operation
OldGraphs.jl copied to clipboard

All simple paths

Open ohadle opened this issue 11 years ago • 1 comments

I'm looking for something like this:

http://networkx.github.io/documentation/latest/reference/generated/networkx.algorithms.simple_paths.all_simple_paths.html

ohadle avatar Oct 22 '13 11:10 ohadle

This looks like it should be doable with depth-first search and the right visitor.

pozorvlak avatar May 18 '14 10:05 pozorvlak