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

Invalid route reached with PriorityReplace #1162

Open
jcoupey opened this issue Sep 24, 2024 · 0 comments
Open

Invalid route reached with PriorityReplace #1162

jcoupey opened this issue Sep 24, 2024 · 0 comments
Labels
Milestone

Comments

@jcoupey
Copy link
Collaborator

jcoupey commented Sep 24, 2024

I stumbled upon an instance triggering a segfault with a v1.14 release build. Using a debug build hits a capacity-related assert.

The instance includes a mix of jobs and shipments along with various priority levels and it turns out the problem is caused by an invalid application of the PriorityReplace local search operator introduced as part of #1021. The operator splits a valid route at a point where there are still pending deliveries so we end up in an invalid state.

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 a pull request may close this issue.

1 participant