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

[Feature] Route optimization for Delivery Trip stops #15390

Closed
wants to merge 5 commits into from

Conversation

Alchez
Copy link
Contributor

@Alchez Alchez commented Sep 12, 2018

Depends on #15322.


This PR introduces provisions for Delivery Trip route optimization as described in general vehicle-routing and travelling salesman problems, and the implementation is based on Google's Directions API.

Features:

  • Process and optimize the entire Delivery Trip route, with or without locks
  • Form sets of routes for optimization based on applied lock positions
  • Re-arrange stops based on the optimized routes and lock positions
  • Set delay times between stops - offset estimation times by delays cumulatively
Screenshots / GIFs

Without position locks:
without_locks

With position locks:
with_locks

Rohan Bansal added 5 commits September 12, 2018 19:49
* Process and optimize the entire route, with or without locks

* Form sets of routes for optimization based on applied lock positions

* Re-arrange stops based on the optimized routes and lock positions

* Set delay times between stops - offset estimation times by delays cumulatively
@stale
Copy link

stale bot commented Sep 22, 2018

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within a week if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.

@stale stale bot added the inactive label Sep 22, 2018
@stale stale bot closed this Sep 29, 2018
@Alchez Alchez changed the base branch from develop to staging September 30, 2018 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant