We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3355831 commit 8fb364aCopy full SHA for 8fb364a
ortools/graph/shortest_paths.h
@@ -216,8 +216,6 @@ void ComputeOneToAllShortestPaths(
216
}
217
218
// Computes shortest paths from the node `source` to nodes in `destinations`.
219
-// TODO(b/385094969): Remove second template parameter when all clients are
220
-// migrated.
221
template <class GraphType>
222
void ComputeOneToManyShortestPaths(
223
const GraphType& graph, const std::vector<PathDistance>& arc_lengths,
0 commit comments