pub fn tetrahedral() -> (usize, Vec<(usize, usize)>)
Returns the edges of the Tetrahedral graph (K4). 4 vertices, 6 edges.