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
We are seeing that some queries with similar start locations are assigned different graph ids. this implies that the distance metrics for the rtrees (vertex rtree, edge rtree) may need deterministic tie-breakers.
Similarly, we should review iterators to confirm all have deterministic tie-breakers:
graph iterators
a* queue
The text was updated successfully, but these errors were encountered:
We are seeing that some queries with similar start locations are assigned different graph ids. this implies that the distance metrics for the rtrees (vertex rtree, edge rtree) may need deterministic tie-breakers.
Similarly, we should review iterators to confirm all have deterministic tie-breakers:
The text was updated successfully, but these errors were encountered: