Closed trumboosahil closed 4 years ago
This is similar to #327 because based on the constraints you provide in input (or lack of constraints), there is no need to use all 3 vehicles. We output only one route because doing everything with one vehicle is cheaper, so this is expected behaviour.
If you want to "force" using all vehicles, resulting in a more expensive solution, this has to be the result of constraints you provide in input, such as capacity, time windows, skills etc.
Please check the documentation and the provided examples for more on constraints. You might also want to check out generic resources on vehicle routing problems with keywords like CVRP or VRPTW.
This always give only one route when i put 3 vehicles what do you expect in matrix travel time or distance