I'm trying to use jsprit for my VRP problem. The problem is as follows:
- I have multiple locations (services), and a matrix of transit times between them
- I have a finite number of vehicles
- I need to model a problem with jsprit such that it uses the transit times, instead of the coordinate distance between the locations.