I have the following inputs
no. of trucks, start & end location, delivery stop’s addresses and time window for the customer.
Now i want to optimize the route with the following inputs, perform optimization with shortest path,
delivery time window in C#
I’ve tried building an api with the OR tools documentation, but i couldn’t find solution excatly for my inputs. I will pass data for no. of trucks, start & end location, delivery stop’s addresses and time window for the customer, with this info perform optimization VRP and VRPTW with user defined start and end locations.