-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GSoC-2022] Experimental Function - cuthillMckeeOrdering #2364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shobhit162 for your contribution!
Looks good overall! 🎉
The fail is on the translation, that will be fixed afterwards |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contributions, Shobhit! :)
This PR adds one new pgRouting function:
cuthillMckeeOrdering
: Returns the reverse Cuthill-Mckee Ordering of the vertices in the undirected graph.This is a final merge PR containing commits from several different PRs combined.
The intermediate PRs made on the GSoC-pgRouting repository are as follows: