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

Support ragged arrays #119

Closed leonlan closed 2 weeks ago

leonlan commented 2 weeks ago

This PR closes #108.

leonlan commented 2 weeks ago

This is just a quick patch to support ragged arrays because it's handy for testing PyVRP with site-dependent VRP instances. After this, I think we should only add support #117 before starting the big rehaul #114.