You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I know that the implementation of the UBODT algorithm is using dijkstra algorithm for finding the "shortest" path.
If I want to implement a custom cost function as simple as a taking the type of the edge into the consideration.
Example (Now):
cost = distance
Example (New)
cost = distance1.5 -> for "service" road
cost = distance1.1 -> for "highway" road
I just want to know if this is possible and if "Yes" what part of the cpp code needs to be changed.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions