You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.The text was updated successfully, but these errors were encountered: