I changed the CostMatriEample.java and added a car, but the result was a route for only one car. Whether the routing result of multiple vehicles can be calculated by cost matrix. I want to embed Jsprit into my scheduling software. The calculation of the distance between each position is complicated (there are many points between them), which has been calculated by the algorithm. Can Jsprit calculate the routing of multiple vehicles through the cost matrix
I changed the CostMatriEample.java and added a car, but the result was a route for only one car. Whether the routing result of multiple vehicles can be calculated by cost matrix. I want to embed Jsprit into my scheduling software. The calculation of the distance between each position is complicated (there are many points between them), which has been calculated by the algorithm. Can Jsprit calculate the routing of multiple vehicles through the cost matrix
`public class CostMatrixExample {
// vra.
// new GraphStreamViewer(vrp, Solutions.bestOf(solutions)).setRenderDelay(100).display();
}`
?