Skip to content
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

Open
i-aki-y opened this issue Feb 2, 2021 · 2 comments
Open

A function that find all simple paths #1521

i-aki-y opened this issue Feb 2, 2021 · 2 comments
Labels
enhancement new or improved functionality waiting on author requires additional information from author

Comments

@i-aki-y
Copy link

i-aki-y commented Feb 2, 2021

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.

@sbromberger
Copy link
Owner

@i-aki-y I'd be interested in seeing your code. Mind preparing a PR?

@sbromberger sbromberger added enhancement new or improved functionality waiting on author requires additional information from author labels Feb 17, 2021
@i-aki-y
Copy link
Author

i-aki-y commented Feb 20, 2021

@sbromberger Thank you for your reply.
I made PR including some writeup.
I would appreciate it if you could review it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement new or improved functionality waiting on author requires additional information from author
Projects
None yet
Development

No branches or pull requests

2 participants