Skip to content

Conversation

@AbhinJ
Copy link
Member

@AbhinJ AbhinJ commented Aug 22, 2023

This PR modifies one existing function:

  • pgr_withPointsKSP:
    • Improving the 'driver_side' optional parameter to compulsory parameter.
    • Adding two new result columns 'start_vid' and 'end_vid'.
    • Normalizing the output.

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:

Description Pull Requests
pgr_withPointsKSP

The wiki page with more details on this project can be found here.

squarege and others added 18 commits August 21, 2023 00:41
* [drivers][driving_distance] driver added capability of including
new result column
  * changed structure: Path_rt -> MST_rt
  * simplified code, removed parameter names
* [driving_distance] new file: withPointsDD.hpp
  * created a new class to calculate depth
  * used pgrouting::functions namespace
* Handling old & new code
* Removing unnecesary comments
* [C++] Calling function to get new results column
* [C] Creating internal function _pgr_v4withpointsdd for new signature
* [C] Changing the evaluation on the driving side
  * if graph is directed then valid values are [R, L, r, l],
  * else valid values are [B, b]
* Changing driving side from optional to compulsory param
* Including start_vid and depth in the output of single vertex overload
* Including depth in the output of multiple vertices overload
* Updating v3.6 signature file
* Passing update test
* [pgr_withPointsDD] Updating for new signature and new outputs
* [migration] Updating migration guidance for pgr_withPointsDD
* [pgRouting-introduction] Adding name into developer list
* added capability to include new result columns
* added new function for YEN's algorithm
* used algorithms as namesapce
added include statement for new function in basePath_SSEC.hpp
* Handling old & new code
* Removing unnecesary comments
* [C++] Calling function to get new results column
* [C] Creating internal function _pgr_v4withpointsksp for new signature
* [C] Changing the evaluation on the driving side
  * if graph is directed then valid values are [R, L, r, l],
  * else valid values are [B, b]
* Changing driving side from optional to compulsory param
* Including new columns in the output of single vertex overload and new overloads
* Updating v3.6 signature file
* Passing update test
@AbhinJ AbhinJ closed this Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants