Ticket #15 (closed bug report: fixed)
No shortest path of edges with same source and target node
Reported by: | daniel | Owned by: | anton |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | A* | Version: | 1.0.0a |
Keywords: | Cc: |
Description
Node based shortest path algorithms (Dijkstra, A*) cannot distinguish between two edges, that have same source and same target (parallel edges). Randomly one of those edges will be selected for the route (see attached screenshot).
To be able to use node based algorithms, two nodes may not have the same source and target. How can this be taken into account? How to verify (and correct) those edges, when creating the network topology?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.