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 use networkx under the hood for shortest path, but we also keep a Map[LinkId, Link]. when we want to update speeds, we will need to update them in both places, so that Dijkstras and LinkTraversals are correct.
the real solution? drop one or the other.
The text was updated successfully, but these errors were encountered:
we use networkx under the hood for shortest path, but we also keep a Map[LinkId, Link]. when we want to update speeds, we will need to update them in both places, so that Dijkstras and LinkTraversals are correct.
the real solution? drop one or the other.
The text was updated successfully, but these errors were encountered: