VRPLIB icon indicating copy to clipboard operation
VRPLIB copied to clipboard

Python package to read and write vehicle routing problem instances.

Results 13 VRPLIB issues
Sort by recently updated
recently updated
newest added

VRPLIB currently raises an error when the file is empty, but it's better to raise a warning instead if this is the case.

enhancement

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...

enhancement

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...