PyVRP / VRPLIB

Python package to read and write vehicle routing problem instances.
https://github.com/PyVRP/VRPLIB
MIT License
80 stars 6 forks source link

Raise warning when empty instance/solution #102

Open leonlan opened 1 year ago

leonlan commented 1 year ago

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