populate_test_data

Function populate_test_data 

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