Open-VRP
Open-VRP copied to clipboard
TSPLIB loader needs to be generalized
read-cvrp.lisp can only read CVRP files from TSPLIB. It'd be great if it could read TSP, VRP, VRPTW etc using the same format.
Currently, the code assumes a demand_section, so when attempting to load a TSP file (without a demand section), it won't work.