This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
A function that find all simple paths #1521
Labels
enhancement
new or improved functionality
waiting on author
requires additional information from author
I recently implemented a julia counterpart of the
all_simple_paths
function that is originally implemented in the networkX and that finds all simple paths between two nodes in a graph.Before this work, I searched if there has already existed such a function and found related issues:
#266, #599, #845, #938
Some of them seem to try to make such a function, but now these are inactive.
If my implementation can contribute to the project, let me know, I'd be happy to make PR.
The text was updated successfully, but these errors were encountered: