Vehicle Routing Problem using Or-Tools (PYTHON) - Auto decide initial start point.
I referred this https://developers.google.com/optimization/routing/vrp
I want to create a pickup drop service for employees with multiple location.
i want CVRP to auto decide start point and drop point will be company address and auto decide stop point and pickup will be company address.
i searched but there is no such model available, it shows round scenario depot address will be start and end point and because of this employee which stay close to company have to take a long ride to reach company.
is there any thing that i can change for FirstSolutionStrategy.PATH_CHEAPEST_ARC and it will work as i expected, there is no cost issue, needed optimize route for employee
is there anything available in php that will also work for me.