I tried to solve a TSP that without returning to depot using Vehicle Routing Algorithm. With the default setting and 50 nodes in the problem, it takes me 3 seconds to calculate the best solution. Is that normal? and how can I speed that up?
Best regards