PyVRP / VRPLIB

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

Supersede TSPLIB #94

Open leonlan opened 1 year ago

leonlan commented 1 year ago

A long-term goal is to supersede the TSPLIB95 specification. See here.

Note to self:

leonlan commented 1 year ago

I checked (reading LKH-3 instances) today. Some of the LKH instances have TSPLIB95 specifications that are not yet supported (see #94) so not all of these instances can be read without issues.

Originally posted by @leonlan in https://github.com/leonlan/VRPLIB/issues/89#issuecomment-1523908876