Hi guys, did you think about making possible to use Node Based with CH. I know that without changes, from algorithm point of view it can be hard because between 2 nodes there can be multiple edges.
But - for those edges where we have turn restriction, it is possible to put dummy node inside, I mean when we have node A
and B
, and also edges X
and Z
, where X
has turn restriction, we can make node AX
, and split edge X
into XA
and XB
. Thus turn cost could work only for A
and AX
.
If I am in the topic of Turn Restriction, do you have multiple edges restriction on your route map? I mean restriction like extended U-Turn for example 6655738? I spotted many of them.
Thanks!