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
At this moment add_source / add_target allow to specify a weight as unsigned. This would allow to unprefer a certain route. In order to route over some part of the edge it is currently possible to specify a distance to the source node (next head), and a distance from the target node (upcomming head), but this would limit the possible outcomes if multiple bidirectional ways are attached and a variety of routes are possible
If negative weights are possible it would be possible to add a source from the tail - minus the offset, and add a target from the head to the offset.
I would be happy to create a drawing if something remains unclear.
The text was updated successfully, but these errors were encountered:
At this moment add_source / add_target allow to specify a weight as unsigned. This would allow to unprefer a certain route. In order to route over some part of the edge it is currently possible to specify a distance to the source node (next head), and a distance from the target node (upcomming head), but this would limit the possible outcomes if multiple bidirectional ways are attached and a variety of routes are possible
If negative weights are possible it would be possible to add a source from the tail - minus the offset, and add a target from the head to the offset.
I would be happy to create a drawing if something remains unclear.
The text was updated successfully, but these errors were encountered: