Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed processing sequence to avoid non-deterministic behavior
if there is more than one route option with the same travel time albeit different length, the route found depends on the sequence of link processing. That is, route choice depends on the implementation of the Network/NetworkReader and/or the sequence of links in the network file.
- Loading branch information