Skip to content

Commit

Permalink
chore: Remove cleared uTurnCost todo (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP authored Nov 25, 2024
2 parents 4193662 + 0bbc8b1 commit e959b88
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ public static class EndpointMatrixProperties {
private int maximumRoutesFlexible;
private int maximumVisitedNodes;
private double maximumSearchRadius;
// TODO: this parameter is only used in a binary check for infinity (==-1);
// Can't we reduce it to a boolean "forbid_u_turns"?
private double uTurnCost;

public int getMaximumRoutes(boolean flexible) {
Expand Down

0 comments on commit e959b88

Please sign in to comment.