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
get_hint() is using a locate in the triangulation. However, we can already know from the previous step where we already are, and we could save the call to locate. We should check the cost of those "extra" locate and see how to port the location info from the previous step.
The text was updated successfully, but these errors were encountered:
Detected while working on #7891.
get_hint()
is using a locate in the triangulation. However, we can already know from the previous step where we already are, and we could save the call to locate. We should check the cost of those "extra" locate and see how to port the location info from the previous step.The text was updated successfully, but these errors were encountered: