pub fn tutte() -> (usize, Vec<(usize, usize)>)
Returns the edges of the Tutte graph. 46 vertices, 69 edges. A 3-regular graph that is not Hamiltonian.