The Dijkstra algorithm is used by default for AGV route search, and it switches to the AStar algorithm if the shouldBuildCustomRoute hook returns 1 using the AGV customization delegate, or if the user defines dynamic routing constraints in the system.
Is there an easy way to determine which algorithm is being used in a running model?
Thank you in advance.