pub fn populate_test_data<G>( graph: &mut G, ) -> (HashSet<G::VertexId>, G::VertexId, G::VertexId)where G: Graph<Vertex = Vertex, Edge = Edge>,