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

Handle rounding conventions #111

Open
leonlan opened this issue Feb 21, 2024 · 1 comment
Open

Handle rounding conventions #111

leonlan opened this issue Feb 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@leonlan
Copy link
Member

leonlan commented Feb 21, 2024

PyVRP uses the DIMACS rounding convention for two of its benchmark sets. This rounding convention can be added to the VRPLIB format so that we don't have to pass a custom round_func to each benchmark instance set.

@leonlan leonlan added the enhancement New feature or request label Feb 21, 2024
@N-Wouda
Copy link
Member

N-Wouda commented Feb 22, 2024

As a specification? I think that'd make sense. We can just support the values we already support in PyVRP's read function, and simplify read a bit (because the instance_format and round_func arguments would both become superfluous).

This was referenced Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants