pub fn diamond() -> (usize, Vec<(usize, usize)>)
Returns the edges of the Diamond graph. 4 vertices, 5 edges. The diamond graph is K4 minus one edge.