VRPLIB
VRPLIB copied to clipboard
Python package to read and write vehicle routing problem instances.
VRPLIB currently raises an error when the file is empty, but it's better to raise a warning instead if this is the case.
The way that `vrplib` parses instances and solutions allows for very general formats, e.g., custom specifications and data sections in instances. Since we do not know what kind of data...
Added duration section and functions to parse the instance as well as read and write functions in vrplib to handle problems that has both durations and distances which need to...