Hello,
I have a problem using A* and Deallocation Time Offset in an AGV problem. (I cannot use paths).
My problem is the distance between AGVs: AGVs in movements have a minimum distance (I can solve this using the time offset), and if an AGV stops the others must stop in the closest node.
The problem is when AGV1 stops, AGV2 works fine, but AGV3 stops too far away because AGV2 does not do the deallocation.
Thanks in advance.