pub fn test_fuzz( graph: impl Graph<Vertex = u32, Edge = ()>, operations: Vec<GraphOperation>, ) -> bool