From 8fb364a103b2ccef62a9bb0371be9772bf191900 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Wed, 19 Feb 2025 13:33:31 +0100 Subject: [PATCH] more graph tests --- ortools/graph/shortest_paths.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ortools/graph/shortest_paths.h b/ortools/graph/shortest_paths.h index c117e99d16..68071e3a3b 100644 --- a/ortools/graph/shortest_paths.h +++ b/ortools/graph/shortest_paths.h @@ -216,8 +216,6 @@ void ComputeOneToAllShortestPaths( } // Computes shortest paths from the node `source` to nodes in `destinations`. -// TODO(b/385094969): Remove second template parameter when all clients are -// migrated. template void ComputeOneToManyShortestPaths( const GraphType& graph, const std::vector& arc_lengths,