Skip to content

Commit 921c2f9

Browse files
authored
Update kCellsAtMostSameBy comment
1 parent 0205cbc commit 921c2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engine/routing_algorithms/alternative_path_mld.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ struct Parameters
5151
// Alternative paths are still reasonable around the via node candidate (local optimality).
5252
// At least optimal around 10% sub-paths around the via node candidate.
5353
double kAtLeastOptimalAroundViaBy = 0.1;
54-
// Alternative paths similarity requirement (sharing) based on calles.
55-
// At least 15% different than the shortest path.
54+
// Alternative paths similarity requirement (sharing) based on cells.
55+
// At least 5% different than the shortest path.
5656
double kCellsAtMostSameBy = 0.95;
5757
};
5858

0 commit comments

Comments
 (0)