We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97125c2 commit fae1ea5Copy full SHA for fae1ea5
core/src/main/java/com/graphhopper/routing/lm/LMApproximator.java
@@ -212,13 +212,6 @@ public double getSlack() {
212
return lms.getFactor();
213
}
214
215
- /**
216
- * This method forces a lazy recalculation of the active landmark set e.g. necessary after the 'to' node changed.
217
- */
218
- public void triggerActiveLandmarkRecalculation() {
219
- recalculateActiveLandmarks = true;
220
- }
221
-
222
@Override
223
public String toString() {
224
return "landmarks";
0 commit comments