laser-ufpb / CVRPController

CVRPController is used to run and calculate score for the 12th DIMACS Implementation Challenge: CVRP track.
MIT License
22 stars 4 forks source link

Typo in Loggi-n601-k42.vrp #19

Closed mrprajesh closed 2 years ago

mrprajesh commented 2 years ago

It looks like the below file Loggi-n601-k42.vrp has NAME field as Loggi-n600-k42 different from the file name. https://github.com/laser-ufpb/CVRPController/blob/2ed0d6229b08e4a45b5f9a89447343a5985ef6cd/InstancesExplicitDistances/Loggi-n601-k42.vrp#L1

The controller creates outputs based on NAME field. Because of that, the files were sorted slightly differently when we populated PI values in google sheet. // A very minor thing though, just thought of sharing.

Thanks, Rajesh.

EduardoQueiroga commented 2 years ago

It was fixed. Thanks, @mrprajesh