-
-
Notifications
You must be signed in to change notification settings - Fork 372
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 2023] Modifying KSP #2547
Conversation
* added capability to include new result columns * added new function for YEN's algorithm * used algorithms as namesapce
* Handling old & new code * Removing unnecesary comments * [C++] Calling function to get new results column * [C] Creating internal function _pgr_v4ksp for new signature
* Including new columns in the output and new overloads * Updating v3.6 signature file * Passing update test
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.
Looks good to me.
Thanks @Aniket-debug for your contribution!
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.
Looks good. Thanks for adding this! 🚀
Please go ahead and merge this PR (Rebase and merge
)!
This PR modifies one existing function:
pgr_KSP
: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:
The wiki page with more details on this project can be found here.