-
Notifications
You must be signed in to change notification settings - Fork 604
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
Duplicate jobs in solution when using initial routes in a XML vrp problem #112
Comments
After some more testing, the only jobs that get duplicated are ones that are not in the initial routes. |
Either way jobs should not appear twice in solution. I will be looking at this asap. |
bugfix in head of development (1.3.2-SNAPSHOT) |
Note that API of head changed (acc to v1.3.1) - see https://github.com/jsprit/jsprit/blob/master/CHANGELOG.md to migrate to the 1.3.2-SNAPSHOT |
If you add a service or shipment such as:
And use an initial route such as:
The solution duplicates the job:
This doesn't happen if you remove the initial routes.
The text was updated successfully, but these errors were encountered: