I’m new to jsprit but have graphhopper up and running in my Java application.
I’m at the point where I would like jsprit to optimize my delivery points based on constraints but I am unsure how to load the time/distance values into jsprit.
I’ve looked through the cost matrix example but don’t know how to load what I have from graphhopper.
Can anyone offer some insight into what I need to do to get the times and distances from graphhopper into jsprit to optimize?
Stefan has answered similar questions regarding this;
Ok, then you do not need to include jsprit in graphhopper, but calculate the travel time matrix with graphhopper and solve the vrp based on this matrix with jsprit.