Eulerian path #245
Unanswered
claudiogeop
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi! Could you please add more details and, possibly, an example of input data and desired output? I've never worked on Eulerian graphic models but, my intuition is that there is no general solution unless you add some conditions or hypothesis regarding the structure of the linear network. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Igraph has functions for finding Eulerian paths and cycles, but not sure if this exactly does what you need: https://rdrr.io/cran/igraph/man/has_eulerian_path.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm having problems performing the routing of the road base that I have. I need to route this cartographic base so that it passes through all the edges. At first determining an initial vertex and after going through all the edges my router will end up at that same vertex. Has anyone worked with this Eulerian graphic model?
Beta Was this translation helpful? Give feedback.
All reactions