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.