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