shootingstar (#18) - Big doubt (#231) - Message List

Big doubt

if you have a directed graph with reverse cost i wouldn't want the algorithm to do u-turns using the same edge (as it has reverse cost) to calculate the best route, as normally you can't make u-turns at the end of the street for example, will i have to add a rule to avoid this?.Thank you a lot.

  • Message #819

    Shooting* has hard-coded cost for u-turns and it is high enough to prevent it from u-turning.