VROOM-Project/vroom-scripts

VRPTW benchmarks

Closed this issue · 1 comments

We need to format classic VRPTW benchmark files to serve as a set of reference instances while developing VROOM-Project/vroom#113.

The reference benchmarks used in the literature are from Solomon and later Gehring and Homberger. All instances are described in plain text here along with some reports of best known solutions.

A python script similar to the current tsplib_to_json.py and cvrplib_to_json.py would probably be enough.

Done in #2 and #3.