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

Enhanced RouteSplit operator #976

Open
jcoupey opened this issue Aug 29, 2023 · 0 comments
Open

Enhanced RouteSplit operator #976

jcoupey opened this issue Aug 29, 2023 · 0 comments

Comments

@jcoupey
Copy link
Collaborator

jcoupey commented Aug 29, 2023

The logic for the RouteSplit operator tries to split a single route into two routes for cheaper vehicles. This happens without any re-ordering, i.e. we look for a splitting rank candidate where the route cuts into two other valid routes. This works in many cases but is quite constrained since it:

  • does not allow any sub-route reordering;
  • does not allow fancy multiple splittings;
  • does not allow splitting to more than 2 vehicles.

Now that we have #837, we could replace this approach by applying heuristics partially to the current route we look at with other empty vehicles.

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

No branches or pull requests

1 participant