Skip to content
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-2021] Experimental VROOM Category functions - vrp_vroom, vrp_vroomJobs, vrp_vroomShipments #10

Merged
merged 20 commits into from
Aug 11, 2021

Conversation

krashish8
Copy link
Member

Closes #9.

This PR adds three new vrpRouting functions:

  • vrp_vroom: Vehicle Routing Problem with VROOM, involving both jobs and shipments.
  • vrp_vroomJobs: Vehicle Routing Problem with VROOM, involving only jobs.
  • vrp_vroomShipments: Vehicle Routing Problem with VROOM, involving only shipments.

Additional changes:

  • Adds style-lint checks to GitHub Actions, and fixes the code checker errors.
  • Updated NEWS and release_notes for the 3 new vrpRouting VROOM Category functions.

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
vrp_vroom, vrp_vroomJobs, and vrp_vroomShipments

Copy link
Member

@dkastl dkastl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @krashish8 !
Great job done, so let's ship it ;-)

Copy link
Member

@cvvergara cvvergara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution
I feel this will open new doors.

Copy link

@omshinde omshinde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @krashish8 for your contribution. This is amazing work! Congratulations!

Copy link
Member

@rahulworld rahulworld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @krashish8 for your contribution
Congratulations! Your contribution will make a great impact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GSoC '21: Detailed description and signature of the new VROOM category functions to be added in vrpRouting
7 participants