Question: The OR-Tools documentation (https://developers.google.com/optimization/routing/routing_options) for the VRP routing options describes the two first solution strategies the following way: PATH_CHEAPEST_ARC: Starting from a route “start” node, connect it to the node which produces the cheapest route segment, then extend the ...
Question: I’m trying to solve a VRP problem allowing dropping nodes through penalties and multiple depots. Code works fine with penalties and vehicles starting and ending at the same depots: Code works fine with vehicles starting and ending at different ...
Question: Imagine you have a fleet consisting of various vehicles, including electronic cars. Each vehicle has a tracking device to record its trips. The goal is to analyze these trips (after a month/year) whether all of the historic trips would ...