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

routesampler full optimization creates no routes #13830

Closed
behrisch opened this issue Sep 16, 2023 · 0 comments
Closed

routesampler full optimization creates no routes #13830

behrisch opened this issue Sep 16, 2023 · 0 comments
Assignees
Milestone

Comments

@behrisch
Copy link
Contributor

It may happen that the route set generated is empty although there are routes found without optimization. The reason is that the full optimization solves the LP relaxation which may result in fractional routes being assigned. They get rounded in the end but if all values are smaller than 0.5 no route is being generated. An easy solution would be randomized rounding.

@behrisch behrisch added this to the 1.19.0 milestone Sep 16, 2023
@behrisch behrisch self-assigned this Sep 16, 2023
behrisch added a commit that referenced this issue Sep 16, 2023
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