Hi everyone,
I was wondering if there is a way to optimize a picking route following a network navigator. I've read in the documentation that Dijkstra's algorithm is used to find the shortest path between two locations, but I'm not sure if such an algorithm is included to sort the picking list to minimize the total length travelled by the transporter. I guess that the real-world WMSs (Warehouse Management System) use specific tools such as Graph theory. Can anyone confirm me if there's a way to do it with Flexsim?
I've already read an answer in another question here at this place, which suggests the use of the distancetotravel() command to evaluate at each location the nearest location to go to. The problem is that this approach doesn't guarantee the total length to be the minimal one (I just wanted to find the minimal one, since I guess that the WMS uses this and thus the most precise simulation should consider finding this minimal route).
Thanks to all