more graph tests

This commit is contained in:
Laurent Perron
2025-02-19 13:33:31 +01:00
parent 3355831c89
commit 8fb364a103

View File

@@ -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 <class GraphType>
void ComputeOneToManyShortestPaths(
const GraphType& graph, const std::vector<PathDistance>& arc_lengths,