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 · May be fixed by #1210
Open

Invalid route reached with PriorityReplace #1162

jcoupey opened this issue Sep 24, 2024 · 0 comments · May be fixed by #1210

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.

@jcoupey jcoupey added the bug label Sep 24, 2024
@jcoupey jcoupey added this to the v1.15.0 milestone Sep 24, 2024
@jcoupey jcoupey linked a pull request Jan 16, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant